summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-05 23:46:08 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-05 23:46:08 +0000
commit45defa1aa0bb0b7168702023baec6edd77c0a364 (patch)
treee6d889b3612bb9fa37cdcd81adbf8dc8296617ee /libvo
parentca7997a50cf06885a54f4d548696f10188576e43 (diff)
downloadmpv-45defa1aa0bb0b7168702023baec6edd77c0a364.tar.bz2
mpv-45defa1aa0bb0b7168702023baec6edd77c0a364.tar.xz
Fix a few gcc warnings, approved by Diego and Reimar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22160 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index a7f9e01ed9..3114b12739 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -2,6 +2,7 @@
#include "fastmemcpy.h"
#include "cpudetect.h"
#include "libswscale/swscale.h"
+#include "libswscale/rgb2rgb.h"
#include "libmpcodecs/vf_scale.h"
#include "mp_msg.h"
#include "help_mp.h"