diff options
author | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 14:53:57 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 14:53:57 +0000 |
commit | fcb2e1469f4a689a5256c36e46486bacf04b12e8 (patch) | |
tree | f024545e808c009987f54113b2775fec546a003b /liboutput/Makefile | |
parent | c9a98e3abd0d9fce73ddd60a82671f70942534de (diff) | |
download | vdr-plugin-image-fcb2e1469f4a689a5256c36e46486bacf04b12e8.tar.gz vdr-plugin-image-fcb2e1469f4a689a5256c36e46486bacf04b12e8.tar.bz2 |
* remove predefined include to ffmpeg libraries, unneeded by pkg-config
* add keywords to header
Diffstat (limited to 'liboutput/Makefile')
-rw-r--r-- | liboutput/Makefile | 23 |
1 files changed, 22 insertions, 1 deletions
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 <anbr at users.berlios.de> +# +# 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 = ../../../.. |