From fcb2e1469f4a689a5256c36e46486bacf04b12e8 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 24 Mar 2008 14:53:57 +0000 Subject: * remove predefined include to ffmpeg libraries, unneeded by pkg-config * add keywords to header --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c41800..767e12d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for Image plugin to VDR # -# (C) 2004-2007 Andreas Brachold +# (C) 2004-2008 Andreas Brachold # # This code is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -20,6 +20,10 @@ # You can change the compile options here or create a Make.config # in the VDR directory an set them there. +# +# $Id$ +# + ### uncomment the following line, if you don't have libexif installed #WITHOUT_LIBEXIF=1 @@ -98,8 +102,10 @@ ifndef WITHOUT_SWSCALER LIBS += -L$(FFMDIR)/libswscale -lswscale endif else - PKG-LIBS += libavcodec + PKG-LIBS += libavcodec + PKG-INCLUDES += libavcodec ifndef WITHOUT_SWSCALER + PKG-INCLUDES += libswscale PKG-LIBS += libswscale endif endif -- cgit v1.2.3