changeset 20428:19059fe62daa

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)
author gpoirier
date Wed, 25 Oct 2006 14:41:55 +0000
parents cca07f6ff5b6
children 05e8731806f3
files libvo/vo_yuv4mpeg.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_yuv4mpeg.c	Wed Oct 25 13:08:08 2006 +0000
+++ b/libvo/vo_yuv4mpeg.c	Wed Oct 25 14:41:55 2006 +0000
@@ -40,6 +40,7 @@
 
 #include "fastmemcpy.h"
 #include "libswscale/swscale.h"
+#include "libswscale/rgb2rgb.h"
 #include "libmpcodecs/vf_scale.h"
 #include "libavutil/rational.h"