summaryrefslogtreecommitdiff
path: root/packages/mplayer/files/pxa-video_out.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mplayer/files/pxa-video_out.patch')
-rw-r--r--packages/mplayer/files/pxa-video_out.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/mplayer/files/pxa-video_out.patch b/packages/mplayer/files/pxa-video_out.patch
deleted file mode 100644
index 0c4c4feb8c..0000000000
--- a/packages/mplayer/files/pxa-video_out.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: MPlayer-1.0rc1/libvo/video_out.c
-===================================================================
---- MPlayer-1.0rc1.orig/libvo/video_out.c
-+++ MPlayer-1.0rc1/libvo/video_out.c
-@@ -87,6 +87,7 @@ 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_imageon;
-+extern vo_functions_t video_out_pxa;
- extern vo_functions_t video_out_svga;
- extern vo_functions_t video_out_png;
- extern vo_functions_t video_out_ggi;
-@@ -206,6 +207,9 @@ vo_functions_t* video_out_drivers[] =
- #ifdef HAVE_IMAGEON
- &video_out_imageon,
- #endif
-+#ifdef HAVE_PXA
-+ &video_out_pxa,
-+#endif
- #ifdef HAVE_SVGALIB
- &video_out_svga,
- #endif