diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2005-07-19 15:36:03 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2005-07-19 15:36:03 +0000 |
| commit | b8671ccffc526763a64d7f7614dd8ba66e6fb540 (patch) | |
| tree | 7bfb52099e19383fb1d4117a08b738f9a60e07c0 /liboutput/Makefile | |
| parent | f897f2aa7055c493db6391c50c8d19da970078e8 (diff) | |
| download | vdr-plugin-image-b8671ccffc526763a64d7f7614dd8ba66e6fb540.tar.gz vdr-plugin-image-b8671ccffc526763a64d7f7614dd8ba66e6fb540.tar.bz2 | |
- 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
Diffstat (limited to 'liboutput/Makefile')
| -rw-r--r-- | liboutput/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
