# HG changeset patch # User gpoirier # Date 1161787315 0 # Node ID 19059fe62daab192ca98d968402398eb4f2f084b # Parent cca07f6ff5b684213f2ed197561a71667fba0e4e 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) diff -r cca07f6ff5b6 -r 19059fe62daa libvo/vo_yuv4mpeg.c --- 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"