diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-08-18 13:58:03 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-08-18 13:58:03 +0000 |
commit | db3924f1fd104caa669dabdb0869677349b80f99 (patch) | |
tree | 060ccfd07916bca80c074372323073e77f8a8041 /libswscale/yuv2rgb_altivec.c | |
parent | f4bd289a04df659fc120b5a99632f7d4a6c57b1c (diff) | |
download | ffmpeg-db3924f1fd104caa669dabdb0869677349b80f99.tar.gz |
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_altivec.c')
-rw-r--r-- | libswscale/yuv2rgb_altivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c index 78662f2f12..a7af8f11e0 100644 --- a/libswscale/yuv2rgb_altivec.c +++ b/libswscale/yuv2rgb_altivec.c @@ -74,7 +74,7 @@ #include "rgb2rgb.h" #include "swscale.h" #include "swscale_internal.h" -#include "img_format.h" //FIXME try to reduce dependency of such stuff +#include "libmpcodecs/img_format.h" //FIXME try to reduce dependency of such stuff #undef PROFILE_THE_BEAST #undef INC_SCALING |