summaryrefslogtreecommitdiff
path: root/contrib/vdr2jpeg/ffm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vdr2jpeg/ffm.cpp')
-rw-r--r--contrib/vdr2jpeg/ffm.cpp8
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;