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/ffm.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'contrib/vdr2jpeg/ffm.cpp') 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; -- cgit v1.2.3