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 /liboutput | |
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
Diffstat (limited to 'liboutput')
-rw-r--r-- | liboutput/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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): |