diff options
| author | phintuka <phintuka> | 2010-05-25 13:43:12 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2010-05-25 13:43:12 +0000 |
| commit | b0bd9c55d23f4adb96af4d21b92a3dda8f5c7a2b (patch) | |
| tree | c94659b8ccd940a83fba62a374c4caf3a0a805ce /configure | |
| parent | 71724441412809ec67b10098c040166c05bd8da9 (diff) | |
| download | xineliboutput-b0bd9c55d23f4adb96af4d21b92a3dda8f5c7a2b.tar.gz xineliboutput-b0bd9c55d23f4adb96af4d21b92a3dda8f5c7a2b.tar.bz2 | |
Link libavutil only to xine input plugin
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 3 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.23 2010-05-25 12:28:13 phintuka Exp $ +# * $Id: configure,v 1.24 2010-05-25 13:43:12 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -349,7 +349,7 @@ if enabled libxine; then fi log " $XINEPLUGINDIR" - test_library XINE libavutil "libavutil/mem.h" "-lavutil" "av_mallocz(1)" + test_library AVUTIL libavutil "libavutil/mem.h" "-lavutil" "av_mallocz(1)" test_library JPEG libjpeg "jpeglib.h" "-ljpeg" "jpeg_create_compress(0)" test_library X11 x11 "X11/X.h" "-lX11" "XInitThreads()" if enabled x11; then @@ -445,6 +445,7 @@ 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_AVUTIL += $LIBS_AVUTIL">>$makefile echo "LIBS_VDR += $LIBS_VDR">>$makefile echo "LIBS_X11 += $LIBS_X11">>$makefile |
