From b59b488689bd7111dbcb2e10b35f1bbb99b6ad62 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Mon, 24 Mar 2008 14:20:13 +0000 Subject: * remove predefined include to ffmpeg libraries, unneeded by pkg-config --- contrib/vdr2jpeg/Makefile | 2 +- contrib/vdr2jpeg/ffm.cpp | 8 -------- contrib/vdr2jpeg/vdr2jpeg.cpp | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/contrib/vdr2jpeg/Makefile b/contrib/vdr2jpeg/Makefile index d286ad2..c1daa74 100644 --- a/contrib/vdr2jpeg/Makefile +++ b/contrib/vdr2jpeg/Makefile @@ -30,7 +30,7 @@ #DEBUG = 1 # Build full static paket, if ffmpeg build without --enable-shared -# you must defined FFMDIR +# you should defined FFMDIR #STATIC = 1 # Place where vdr2jpeg should installed diff --git a/contrib/vdr2jpeg/ffm.cpp b/contrib/vdr2jpeg/ffm.cpp index 255a3b9..b0bd50c 100644 --- a/contrib/vdr2jpeg/ffm.cpp +++ b/contrib/vdr2jpeg/ffm.cpp @@ -31,18 +31,10 @@ #include "ffm.h" extern "C" { - -#ifdef FFMDIR #include #include #include #include -#else -#include -#include -#include -#include -#endif } static int frame_width = 0; diff --git a/contrib/vdr2jpeg/vdr2jpeg.cpp b/contrib/vdr2jpeg/vdr2jpeg.cpp index e3629e3..02f44a6 100644 --- a/contrib/vdr2jpeg/vdr2jpeg.cpp +++ b/contrib/vdr2jpeg/vdr2jpeg.cpp @@ -31,7 +31,7 @@ #include "gop.h" -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; void help(int argc, char *argv[]) { -- cgit v1.2.3