mplayer: Remove --enable-jack
If provided then configure won't use the pkgconfig of jack.
This commit is contained in:
parent
f7f0fd0dfe
commit
2aa9da5a06
@ -154,7 +154,7 @@ stdenv.mkDerivation rec {
|
|||||||
${if speexSupport then "--enable-speex" else "--disable-speex"}
|
${if speexSupport then "--enable-speex" else "--disable-speex"}
|
||||||
${if theoraSupport then "--enable-theora" else "--disable-theora"}
|
${if theoraSupport then "--enable-theora" else "--disable-theora"}
|
||||||
${if x264Support then "--enable-x264 --disable-x264-lavc" else "--disable-x264 --enable-x264-lavc"}
|
${if x264Support then "--enable-x264 --disable-x264-lavc" else "--disable-x264 --enable-x264-lavc"}
|
||||||
${if jackaudioSupport then "--enable-jack" else "--disable-jack"}
|
${if jackaudioSupport then "" else "--disable-jack"}
|
||||||
${if pulseSupport then "--enable-pulse" else "--disable-pulse"}
|
${if pulseSupport then "--enable-pulse" else "--disable-pulse"}
|
||||||
${optionalString (useUnfreeCodecs && codecs != null) "--codecsdir=${codecs}"}
|
${optionalString (useUnfreeCodecs && codecs != null) "--codecsdir=${codecs}"}
|
||||||
${optionalString (stdenv.isi686 || stdenv.isx86_64) "--enable-runtime-cpudetection"}
|
${optionalString (stdenv.isi686 || stdenv.isx86_64) "--enable-runtime-cpudetection"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user