diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 14:20:13 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 14:20:13 +0000 |
| commit | b59b488689bd7111dbcb2e10b35f1bbb99b6ad62 (patch) | |
| tree | dc217c442f3fa5c954bd5f039ab49470e0e70869 /contrib/vdr2jpeg/ffm.cpp | |
| parent | 5f9b4dc2fe5d12325a9a35101ce694cd371c3c65 (diff) | |
| download | xxv-b59b488689bd7111dbcb2e10b35f1bbb99b6ad62.tar.gz xxv-b59b488689bd7111dbcb2e10b35f1bbb99b6ad62.tar.bz2 | |
* remove predefined include to ffmpeg libraries, unneeded by pkg-config
Diffstat (limited to 'contrib/vdr2jpeg/ffm.cpp')
| -rw-r--r-- | contrib/vdr2jpeg/ffm.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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 <avutil.h> #include <avcodec.h> #include <avformat.h> #include <swscale.h> -#else -#include <ffmpeg/avutil.h> -#include <ffmpeg/avcodec.h> -#include <ffmpeg/avformat.h> -#include <ffmpeg/swscale.h> -#endif } static int frame_width = 0; |
