diff options
author | Andreas Brachold <vdr07@deltab.de> | 2008-10-08 16:57:26 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2008-10-08 16:57:26 +0000 |
commit | 0778564d671c69aaada532603f2fa7532b82f2cc (patch) | |
tree | 660f9d70346269906d37a67a4f222ab06bf09832 /liboutput/Makefile | |
parent | cb36103e1c1aedec0ba724aa50b81300b89478d8 (diff) | |
download | vdr-plugin-image-0778564d671c69aaada532603f2fa7532b82f2cc.tar.gz vdr-plugin-image-0778564d671c69aaada532603f2fa7532b82f2cc.tar.bz2 |
* Updated italian translation
* Update header to use with ffmpeg-svn 14788
Diffstat (limited to 'liboutput/Makefile')
-rw-r--r-- | liboutput/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/liboutput/Makefile b/liboutput/Makefile index a6ed805..d5f4bdd 100644 --- a/liboutput/Makefile +++ b/liboutput/Makefile @@ -27,11 +27,11 @@ PKG-CONFIG ?= pkg-config INCLUDES += -I$(VDRDIR)/include -I. ifdef FFMDIR -INCLUDES += -I$(FFMDIR)/libavcodec -I$(FFMDIR)/libavutil +INCLUDES += -I$(FFMDIR) DEFINES += -DFFMDIR ifndef WITHOUT_SWSCALER DEFINES += -DHAVE_SWSCALER - INCLUDES += -I$(FFMDIR)/libswscale + INCLUDES += -I$(FFMDIR) endif else |