# HG changeset patch # User jkeil # Date 995378252 0 # Node ID bf2c01c5e9dc9771b179b8f53889aa3f5b96e6a7 # Parent 3455850971376efda0a594d9715403292779a02f svga driver didn't compile on linux/ppc diff -r 345585097137 -r bf2c01c5e9dc libvo/vo_svga.c --- 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