diff options
Diffstat (limited to 'packages/mplayer/mplayer-1.0pre7+cvs20060519/w100-video_out.patch')
-rw-r--r-- | packages/mplayer/mplayer-1.0pre7+cvs20060519/w100-video_out.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/mplayer/mplayer-1.0pre7+cvs20060519/w100-video_out.patch b/packages/mplayer/mplayer-1.0pre7+cvs20060519/w100-video_out.patch deleted file mode 100644 index 9855853fe6..0000000000 --- a/packages/mplayer/mplayer-1.0pre7+cvs20060519/w100-video_out.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- mplayer_20060519/libvo/video_out.c.orig 2006-05-30 11:25:57.000000000 +0100 -+++ mplayer_20060519/libvo/video_out.c 2006-05-30 11:26:49.000000000 +0100 -@@ -86,6 +86,7 @@ - extern vo_functions_t video_out_syncfb; - extern vo_functions_t video_out_fbdev; - extern vo_functions_t video_out_fbdev2; -+extern vo_functions_t video_out_w100; - extern vo_functions_t video_out_svga; - extern vo_functions_t video_out_png; - extern vo_functions_t video_out_ggi; -@@ -196,6 +197,9 @@ - &video_out_fbdev, - &video_out_fbdev2, - #endif -+#ifdef HAVE_W100 -+ &video_out_w100, -+#endif - #ifdef HAVE_SVGALIB - &video_out_svga, - #endif |