mplayer2: fix typo in configure

Closes #4287
This commit is contained in:
muflax 2014-09-27 07:21:24 +01:00 committed by Mateusz Kowalczyk
parent 5861898fc2
commit 9da620a723

View File

@ -113,8 +113,8 @@ stdenv.mkDerivation rec {
${optionalString (stdenv.isi686 || stdenv.isx86_64) "--enable-runtime-cpudetection"}
${optionalString dvdnavSupport "--extra-ldflags=-ldvdread"}
${if xvSupport then "--enable-xv" else "--disable-xv"}
${if x11Support then "--enable-x11 --enable-gl --extra-cflags=-I{libx11}/include"
else "--disable-x11 --disable-gl"}
${if x11Support then "--enable-x11 --enable-gl --extra-cflags=-I${libX11}/include"
else "--disable-x11 --disable-gl"}
--disable-xvid
--disable-ossaudio
'';