summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2008-03-06 18:30:03 +0000
committerscop <scop>2008-03-06 18:30:03 +0000
commitb4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4 (patch)
treeb0f7fb733e6814e039188f4feb0c45c5765f3339
parent31e30eff09bca671ace5c7291add52b5a49cb86f (diff)
downloadvdr-plugin-dxr3-b4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4.tar.gz
vdr-plugin-dxr3-b4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4.tar.bz2
Make it easier to build against uninstalled ffmpeg.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 121ca6c..f789bca 100644
--- a/Makefile
+++ b/Makefile
@@ -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