diff options
author | phintuka <phintuka> | 2010-05-19 12:42:42 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-05-19 12:42:42 +0000 |
commit | 32c929ea8ba993a0d77627a163b11ae1670761c1 (patch) | |
tree | 7193bd2381c6129e9ea4b17cd91db52d37f82850 | |
parent | 6755da9cb7723437d557c264afdbc71ab2b321e0 (diff) | |
download | xineliboutput-32c929ea8ba993a0d77627a163b11ae1670761c1.tar.gz xineliboutput-32c929ea8ba993a0d77627a163b11ae1670761c1.tar.bz2 |
Removed duplicate rule (disabled x11 -> ...)
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.21 2010-03-12 12:07:22 phintuka Exp $ +# * $Id: configure,v 1.22 2010-05-19 12:42:42 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -320,7 +320,6 @@ done check_deps(){ disabled libxine && disable x11 fb libavutil libjpeg - disabled x11 && disable xshm xrender xrandr xdpms xinerama vdpau disabled x11 && disable dbus-glib-1 xshm xrender xrandr xdpms xinerama vdpau disabled vdr && disable libextractor } |