summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index 69a5a942..402bc314 100755
--- a/configure
+++ b/configure
@@ -7,7 +7,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# * $Id: configure,v 1.8 2008-11-10 21:17:56 phintuka Exp $
+# * $Id: configure,v 1.9 2008-11-11 10:58:33 phintuka Exp $
#
PKG_CONFIG="pkg-config"
@@ -222,6 +222,7 @@ SUBSYSTEMS="
FEATURES="
$SUBSYSTEMS
libextractor
+ libavutil
xshm
xdpms
xinerama
@@ -309,7 +310,7 @@ done
#
check_deps(){
- disabled libxine && disable x11 fb
+ disabled libxine && disable x11 fb libavutil
disabled x11 && disable xshm xrender xrandr xdpms xinerama
disabled vdr && disable libextractor
}
@@ -339,7 +340,8 @@ if enabled libxine; then
fi
log " $XINEPLUGINDIR"
- test_library X11 x11 "X11/X.h" "-lX11" "XInitThreads()"
+ test_library XINE libavutil "libavutil/mem.h" "-lavutil" "av_mallocz(1)"
+ test_library X11 x11 "X11/X.h" "-lX11" "XInitThreads()"
if enabled x11; then
test_library X11 xext "X11/extensions/Xext.h" "-lXext" ""
test_library X11 xshm "X11/extensions/XShm.h" "-lXext" "XShmQueryExtension(0)"