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 --- liboutput/Makefile | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'liboutput/Makefile') diff --git a/liboutput/Makefile b/liboutput/Makefile index 0392ce4..b9b0e0d 100644 --- a/liboutput/Makefile +++ b/liboutput/Makefile @@ -1,7 +1,28 @@ # -# Makefile for a Video Disk Recorder plugin +# Makefile for Image plugin to VDR +# +# (C) 2004-2007 Andreas Brachold +# +# This code is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This code is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Or, point your browser to http://www.gnu.org/copyleft/gpl.html + +# You can change the compile options here or create a Make.config +# in the VDR directory an set them there. # # $Id$ +# VDRDIR = ../../../.. -- cgit v1.2.3