diff options
-rwxr-xr-x | configure | 14 |
1 files changed, 7 insertions, 7 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.19 2009-07-23 12:56:57 phintuka Exp $ +# * $Id: configure,v 1.20 2010-03-12 11:58:08 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -279,22 +279,22 @@ for opt do optval="${opt#*=}" logdbg "Command line: $opt [$optval]" case "$opt" in - --help) + --help) show_help && die ;; - --debug) + --debug) debug=yes logdbg "Debug mode" ;; - --cc=?*) + --cc=?*) CC=$optval logdbg "C compiler: $CC" ;; - --cxx=?*) + --cxx=?*) CXX=$optval logdbg "C++ compiler: $CXX" ;; - --add-cflags=?*) + --add-cflags=?*) CFLAGS="$CFLAGS $optval" logdbg "CFLAGS: $CFLAGS" ;; @@ -360,7 +360,7 @@ if enabled libxine; then test_library X11 xrandr "X11/extensions/Xrandr.h" "-lXrandr" "XRRGetScreenInfo(0,0)" test_library X11 xdpms "X11/extensions/dpms.h" "-lXext" "DPMSDisable(0)" test_library X11 xinerama "X11/extensions/Xinerama.h" "-lXinerama" "XineramaQueryScreens(0,0)" - test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" + test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" test_library X11 dbus-glib-1 \ "dbus/dbus-glib.h" \ "-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0" \ |