From 1d7b730ba129dab131c9a64cde2c67956ede7c16 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Wed, 25 Oct 2006 14:41:55 +0000 Subject: fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net Original thread: Date: Oct 25, 2006 4:11 PM Subject: [MPlayer-dev-eng] [patch] compile issue on ppc64 (unresolved symbol) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20444 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_yuv4mpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') diff --git a/libvo/vo_yuv4mpeg.c b/libvo/vo_yuv4mpeg.c index 3e0b682154..98c3b587de 100644 --- a/libvo/vo_yuv4mpeg.c +++ b/libvo/vo_yuv4mpeg.c @@ -40,6 +40,7 @@ #include "fastmemcpy.h" #include "libswscale/swscale.h" +#include "libswscale/rgb2rgb.h" #include "libmpcodecs/vf_scale.h" #include "libavutil/rational.h" -- cgit v1.2.3