diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-25 14:41:55 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-25 14:41:55 +0000 |
commit | 1d7b730ba129dab131c9a64cde2c67956ede7c16 (patch) | |
tree | cc71e36639cc2cdb731c68c99f9d9a5f0c527afb | |
parent | b439ed722e306bf2e45011ede12f7849a34dcf9e (diff) |
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
-rw-r--r-- | libvo/vo_yuv4mpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |