summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-25 14:41:55 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-25 14:41:55 +0000
commit1d7b730ba129dab131c9a64cde2c67956ede7c16 (patch)
treecc71e36639cc2cdb731c68c99f9d9a5f0c527afb /libvo
parentb439ed722e306bf2e45011ede12f7849a34dcf9e (diff)
downloadmpv-1d7b730ba129dab131c9a64cde2c67956ede7c16.tar.bz2
mpv-1d7b730ba129dab131c9a64cde2c67956ede7c16.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_yuv4mpeg.c1
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"