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 /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 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for Image plugin to VDR # -# (C) 2004-2007 Andreas Brachold <anbr at users.berlios.de> +# (C) 2004-2008 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 @@ -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 |
