summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/vdr2jpeg/Makefile2
-rw-r--r--contrib/vdr2jpeg/ffm.cpp8
-rw-r--r--contrib/vdr2jpeg/vdr2jpeg.cpp2
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 <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;
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[])
{