summary refs log tree commit diff
path: root/pkgs/applications/video/MPlayer/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/MPlayer/builder.sh')
-rw-r--r--pkgs/applications/video/MPlayer/builder.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/video/MPlayer/builder.sh b/pkgs/applications/video/MPlayer/builder.sh
index 333219ef2c154..88ddf1e548b1a 100644
--- a/pkgs/applications/video/MPlayer/builder.sh
+++ b/pkgs/applications/video/MPlayer/builder.sh
@@ -1,4 +1,3 @@
-buildInputs="$x11 $freetype $zlib $alsa"
 . $stdenv/setup
 
 postUnpack() {
@@ -9,9 +8,6 @@ postUnpack=postUnpack
 configureFlags="\
  --with-win32libdir=$win32codecs \
  --with-reallibdir=$win32codecs \
- --disable-sdl --disable-esd --disable-xanim --disable-cdparanoia --disable-directfb \
- --disable-lirc --disable-svga --disable-libdv \
- --disable-vorbis --disable-png --disable-jpeg --disable-gif \
  --enable-runtime-cpudetection"
 
 postInstall() {