msilbc: fix build
This commit is contained in:
parent
d1247221cb
commit
89747d357b
@ -2,18 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "msilbc-2.0.3";
|
name = "msilbc-2.0.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/linphone/plugins/sources/${name}.tar.gz";
|
url = "mirror://savannah/linphone/plugins/sources/${name}.tar.gz";
|
||||||
sha256 = "125yadpc0w1q84839dadin3ahs0gxxfas0zmc4c18mjmf58dmm7d";
|
sha256 = "125yadpc0w1q84839dadin3ahs0gxxfas0zmc4c18mjmf58dmm7d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# patchPhase = "sed -i /MS_FILTER_SET_FMTP/d ilbc.c";
|
propagatedBuildInputs = [ ilbc mediastreamer ];
|
||||||
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ilbc mediastreamer];
|
configureFlags = [
|
||||||
|
"ILBC_LIBS=ilbc" "ILBC_CFLAGS=-I${ilbc}/include"
|
||||||
buildInputs = [pkgconfig];
|
"MEDIASTREAMER_LIBS=mediastreamer" "MEDIASTREAMER_CFLAGS=-I${mediastreamer}/include"
|
||||||
configureFlags = "ILBC_LIBS=ilbc ILBC_CFLAGS=-I${ilbc}/include";
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user