From b0bd9c55d23f4adb96af4d21b92a3dda8f5c7a2b Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 25 May 2010 13:43:12 +0000 Subject: Link libavutil only to xine input plugin --- Makefile | 4 ++-- configure | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5797d51a..14d2c356 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.89 2010-05-25 12:28:13 phintuka Exp $ +# $Id: Makefile,v 1.90 2010-05-25 13:43:12 phintuka Exp $ # # The official name of this plugin. @@ -357,7 +357,7 @@ $(VDRFBFE): $(OBJS_FBFE) # $(XINEINPUTVDR): $(OBJS_XINEINPUTVDR) - $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ $(OBJS_XINEINPUTVDR) + $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) $(LIBS_AVUTIL) -o $@ $(OBJS_XINEINPUTVDR) $(XINEPOSTAUTOCROP): xine_post_autocrop.o $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ $< $(XINEPOSTSWSCALE): xine_post_swscale.o diff --git a/configure b/configure index fa5b80f5..cdeb130f 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.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 -- cgit v1.2.3