From db70850309c25cc0781b9bf1a164e11d94a02418 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 22 Oct 2005 09:21:14 +0000 Subject: * add FFMDIR to liboutput/Makefile, for build again ffmpeg directory --- HISTORY | 3 +++ liboutput/Makefile | 3 +-- 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): -- cgit v1.2.3