From b8671ccffc526763a64d7f7614dd8ba66e6fb540 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Tue, 19 Jul 2005 15:36:03 +0000 Subject: - add alternative script (scripts/maverickplugin.sh) for image converting with imagemagick - adjust encoding parameter for new ffmpeg-releases, downwards compatible - remove linking with dlfcn at runtime of libavcodec.so, now are linked at compiled time - some code refactoring, to enhance readability --- liboutput/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'liboutput/Makefile') diff --git a/liboutput/Makefile b/liboutput/Makefile index acac360..1f975fd 100644 --- a/liboutput/Makefile +++ b/liboutput/Makefile @@ -21,13 +21,6 @@ INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include DEFINES += -D_GNU_SOURCE -LIBS += - -ifdef FFMPEG_STATIC - INCLUDES += -I$(FFMDIR) - DEFINES += -DHAVE_FFMPEG_STATIC -endif - ### The object files (add further files here): OBJS = encode.o stillimage.o stillimage-player.o -- cgit v1.2.3