From b4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4 Mon Sep 17 00:00:00 2001 From: scop Date: Thu, 6 Mar 2008 18:30:03 +0000 Subject: Make it easier to build against uninstalled ffmpeg. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3