Mercurial > mplayer.hg
changeset 1339:bf2c01c5e9dc
svga driver didn't compile on linux/ppc
author | jkeil |
---|---|
date | Tue, 17 Jul 2001 13:57:32 +0000 |
parents | 345585097137 |
children | d4f1e8d0e591 |
files | libvo/vo_svga.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_svga.c Mon Jul 16 20:21:26 2001 +0000 +++ b/libvo/vo_svga.c Tue Jul 17 13:57:32 2001 +0000 @@ -19,7 +19,9 @@ #include "video_out_internal.h" #include "yuv2rgb.h" +#ifdef HAVE_MMX #include "mmx.h" +#endif #include "sub.h" @@ -546,4 +548,3 @@ free(modelist); } } - \ No newline at end of file