Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-01-14 06:59:35 +0300
committerMichael Niedermayer <michaelni@gmx.at>2011-01-20 02:59:30 +0300
commit3be78f7ecdbfaed8d4c9760676eb6d92ab600e38 (patch)
treef373a189667b4abbdd08ad9350914d9f8ca533a0 /libavfilter/libmpcodecs/libvo
parent8e45c103e9578abfa52c7bd85ec75b288d151e54 (diff)
Hack libmpcodecs to make it buildable.
Diffstat (limited to 'libavfilter/libmpcodecs/libvo')
-rw-r--r--libavfilter/libmpcodecs/libvo/video_out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/libmpcodecs/libvo/video_out.h b/libavfilter/libmpcodecs/libvo/video_out.h
index cbbea66445..77b0229991 100644
--- a/libavfilter/libmpcodecs/libvo/video_out.h
+++ b/libavfilter/libmpcodecs/libvo/video_out.h
@@ -27,7 +27,7 @@
#include <stdarg.h>
//#include "sub/font_load.h"
-#include "libmpcodecs/img_format.h"
+#include "../img_format.h"
//#include "vidix/vidix.h"
#define VO_EVENT_EXPOSE 1