[MPlayer-cvslog] r20444 - trunk/libvo/vo_yuv4mpeg.c

gpoirier subversion at mplayerhq.hu
Wed Oct 25 16:41:55 CEST 2006


Author: gpoirier
Date: Wed Oct 25 16:41:55 2006
New Revision: 20444

Modified:
   trunk/libvo/vo_yuv4mpeg.c

Log:
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)


Modified: trunk/libvo/vo_yuv4mpeg.c
==============================================================================
--- trunk/libvo/vo_yuv4mpeg.c	(original)
+++ trunk/libvo/vo_yuv4mpeg.c	Wed Oct 25 16:41:55 2006
@@ -40,6 +40,7 @@
 
 #include "fastmemcpy.h"
 #include "libswscale/swscale.h"
+#include "libswscale/rgb2rgb.h"
 #include "libmpcodecs/vf_scale.h"
 #include "libavutil/rational.h"
 



More information about the MPlayer-cvslog mailing list