summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--liboutput/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 06f93a6..3a36779 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,9 @@
VDR Plugin 'image' Revision History
-----------------------------------
+2005-10-22
+- add FFMDIR to liboutput/Makefile, for build again ffmpeg directory
+
2005-08-20
- rename maverickplugin.sh to magickplugin.sh
- fix scripts/magickplugin.sh: better resolution retrieval (provided by kc_captain-at-vdr-portal de)
diff --git a/liboutput/Makefile b/liboutput/Makefile
index 1f975fd..8c1a903 100644
--- a/liboutput/Makefile
+++ b/liboutput/Makefile
@@ -17,8 +17,7 @@ CXXFLAGS ?= -O0 -g -Wall -Woverloaded-virtual
### The directory environment:
-INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include
-
+INCLUDES += -I$(VDRDIR)/include -I. -I$(FFMDIR)
DEFINES += -D_GNU_SOURCE
### The object files (add further files here):