diff options
author | Andreas Brachold <vdr07@deltab.de> | 2005-10-22 09:21:14 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2005-10-22 09:21:14 +0000 |
commit | db70850309c25cc0781b9bf1a164e11d94a02418 (patch) | |
tree | 821b4f08e81179d9e11e6fb92fe8c8a58f543bc2 | |
parent | 8e07869bb389c2184ab0e7ac096b2d3f82bac1e3 (diff) | |
download | vdr-plugin-image-db70850309c25cc0781b9bf1a164e11d94a02418.tar.gz vdr-plugin-image-db70850309c25cc0781b9bf1a164e11d94a02418.tar.bz2 |
* add FFMDIR to liboutput/Makefile, for build again ffmpeg directory
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | liboutput/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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): |