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:
authorDiego Biurrun <diego@biurrun.de>2006-08-18 17:58:03 +0400
committerDiego Biurrun <diego@biurrun.de>2006-08-18 17:58:03 +0400
commitdb3924f1fd104caa669dabdb0869677349b80f99 (patch)
tree060ccfd07916bca80c074372323073e77f8a8041 /libswscale/yuv2rgb_mlib.c
parentf4bd289a04df659fc120b5a99632f7d4a6c57b1c (diff)
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Originally committed as revision 19437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_mlib.c')
-rw-r--r--libswscale/yuv2rgb_mlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_mlib.c b/libswscale/yuv2rgb_mlib.c
index b19c2a5d18..69c4ad303d 100644
--- a/libswscale/yuv2rgb_mlib.c
+++ b/libswscale/yuv2rgb_mlib.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#include <assert.h>
-#include "libvo/img_format.h" //FIXME try to reduce dependency of such stuff
+#include "libmpcodecs/img_format.h" //FIXME try to reduce dependency of such stuff
#include "swscale.h"
static int mlib_YUV2ARGB420_32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,