summaryrefslogtreecommitdiff
path: root/liboutput/Makefile
diff options
context:
space:
mode:
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