summaryrefslogtreecommitdiff
path: root/contrib/vdr2jpeg/ffm.cpp
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-08-17 10:01:48 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-08-17 10:01:48 +0000
commit1970db6a30ced92c78ff10b3bd2ab21b41fba994 (patch)
tree92266690158a4f2b671abf4d40723b7db808b2a4 /contrib/vdr2jpeg/ffm.cpp
parentf6046e66c5ce76fd47b113af760cb5b7757477c1 (diff)
downloadxxv-1970db6a30ced92c78ff10b3bd2ab21b41fba994.tar.gz
xxv-1970db6a30ced92c78ff10b3bd2ab21b41fba994.tar.bz2
* update to build with ffmpeg-svn (r14788)
Diffstat (limited to 'contrib/vdr2jpeg/ffm.cpp')
-rw-r--r--contrib/vdr2jpeg/ffm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/vdr2jpeg/ffm.cpp b/contrib/vdr2jpeg/ffm.cpp
index fb4be80..658a8dc 100644
--- a/contrib/vdr2jpeg/ffm.cpp
+++ b/contrib/vdr2jpeg/ffm.cpp
@@ -20,10 +20,10 @@
#include "ffm.h"
extern "C" {
-#include <avutil.h>
-#include <avcodec.h>
-#include <avformat.h>
-#include <swscale.h>
+#include <libavutil/avutil.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
+#include <libswscale/swscale.h>
}
static int frame_width = 0;