summaryrefslogtreecommitdiff
path: root/liboutput/Makefile
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-10-08 16:57:26 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-10-08 16:57:26 +0000
commit0778564d671c69aaada532603f2fa7532b82f2cc (patch)
tree660f9d70346269906d37a67a4f222ab06bf09832 /liboutput/Makefile
parentcb36103e1c1aedec0ba724aa50b81300b89478d8 (diff)
downloadvdr-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/Makefile4
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