summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index b733b092..fa5b80f5 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.22 2010-05-19 12:42:42 phintuka Exp $
+# * $Id: configure,v 1.23 2010-05-25 12:28:13 phintuka Exp $
#
PKG_CONFIG="pkg-config"
@@ -350,7 +350,7 @@ if enabled libxine; then
log " $XINEPLUGINDIR"
test_library XINE libavutil "libavutil/mem.h" "-lavutil" "av_mallocz(1)"
- test_library XINE libjpeg "jpeglib.h" "-ljpeg" "jpeg_create_compress(0)"
+ test_library JPEG libjpeg "jpeglib.h" "-ljpeg" "jpeg_create_compress(0)"
test_library X11 x11 "X11/X.h" "-lX11" "XInitThreads()"
if enabled x11; then
test_library X11 xext "X11/extensions/Xext.h" "-lXext" ""
@@ -444,6 +444,7 @@ echo "CFLAGS_XINE += $CFLAGS_XINE">>$makefile
echo "CFLAGS_VDR += $CFLAGS_VDR">>$makefile
echo "CFLAGS_X11 += $CFLAGS_X11">>$makefile
echo "LIBS_XINE += $LIBS_XINE">>$makefile
+echo "LIBS_JPEG += $LIBS_JPEG">>$makefile
echo "LIBS_VDR += $LIBS_VDR">>$makefile
echo "LIBS_X11 += $LIBS_X11">>$makefile