diff options
author | scop <scop> | 2008-03-06 18:30:03 +0000 |
---|---|---|
committer | scop <scop> | 2008-03-06 18:30:03 +0000 |
commit | b4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4 (patch) | |
tree | b0f7fb733e6814e039188f4feb0c45c5765f3339 | |
parent | 31e30eff09bca671ace5c7291add52b5a49cb86f (diff) | |
download | vdr-plugin-dxr3-b4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4.tar.gz vdr-plugin-dxr3-b4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4.tar.bz2 |
Make it easier to build against uninstalled ffmpeg.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.26 2007/08/29 21:33:46 scop Exp $ +# $Id: Makefile,v 1.1.2.27 2008/03/06 18:30:03 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -41,7 +41,7 @@ PACKAGE = $(shell echo vdr-$(ARCHIVE) | sed -e 's/cvs$$/cvs'`date +%Y%m%d`/) ### Includes and Defines (add further entries here): -INCLUDES += -I$(VDRDIR)/include -I$(FFMDIR) -I$(EM8300) +INCLUDES += -I$(VDRDIR)/include -I$(FFMDIR) -I$(FFMDIR)/libavcodec -I$(EM8300) LIBS = -L$(FFMDIR)/libavcodec -lavcodec DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' DEFINES += -D_GNU_SOURCE |