[oe-commits] org.oe.dev mplayer_1.0pre8.bb: Add a patch to hook up the imageon driver (making it

mreimer commit openembedded-commits at lists.openembedded.org
Mon Nov 27 21:38:26 UTC 2006


mplayer_1.0pre8.bb: Add a patch to hook up the imageon driver (making it
actually usable), and build the imageon driver for hx4700 as well.

Author: mreimer at openembedded.org
Branch: org.openembedded.dev
Revision: 2b33aa7e14fb73dac68d3c76e023f7c50ddf272b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2b33aa7e14fb73dac68d3c76e023f7c50ddf272b
Files:
1
packages/mplayer/files/imageon-video_out.patch
packages/mplayer/mplayer_1.0pre8.bb
Diffs:

#
# mt diff -r6ebe656f2a8ca673808ff06fe2309e9c5d2a0810 -r2b33aa7e14fb73dac68d3c76e023f7c50ddf272b
#
# 
# 
# add_file "packages/mplayer/files/imageon-video_out.patch"
#  content [a45c94a1f9f07cdc52bb65062ad61011325e2d00]
# 
# patch "packages/mplayer/mplayer_1.0pre8.bb"
#  from [3c40e08b54009e4e841746e639ba488097ef3f51]
#    to [779864fa68e0b31712c8832029572c7a6aad958f]
# 
============================================================
--- packages/mplayer/files/imageon-video_out.patch	a45c94a1f9f07cdc52bb65062ad61011325e2d00
+++ packages/mplayer/files/imageon-video_out.patch	a45c94a1f9f07cdc52bb65062ad61011325e2d00
@@ -0,0 +1,20 @@
+--- mplayer/libvo/video_out.c.orig	2006-11-27 12:49:51.000000000 -0800
++++ mplayer/libvo/video_out.c	2006-11-27 12:41:59.000000000 -0800
+@@ -87,6 +87,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_imageon;
+ extern vo_functions_t video_out_svga;
+ extern vo_functions_t video_out_png;
+ extern vo_functions_t video_out_ggi;
+@@ -200,6 +201,9 @@ vo_functions_t* video_out_drivers[] =
+ #ifdef HAVE_W100
+ 	&video_out_w100,
+ #endif
++#ifdef HAVE_IMAGEON
++	&video_out_imageon,
++#endif
+ #ifdef HAVE_SVGALIB
+ 	&video_out_svga,
+ #endif
============================================================
--- packages/mplayer/mplayer_1.0pre8.bb	3c40e08b54009e4e841746e639ba488097ef3f51
+++ packages/mplayer/mplayer_1.0pre8.bb	779864fa68e0b31712c8832029572c7a6aad958f
@@ -17,7 +17,8 @@ SRC_URI = "http://www1.mplayerhq.hu/MPla
            file://libmpdemux-ogg-include.patch;patch=1 \
            file://libmpcodecs-ogg-include.patch;patch=1 \
            file://pld-onlyarm5.patch;patch=1 \
-           ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;patch=1"
+           ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;patch=1 \
+           file://imageon-video_out.patch;patch=1"
 
 RCONFLICTS_${PN} = "mplayer-atty"
 RREPLACES_${PN} = "mplayer-atty"
@@ -26,6 +27,7 @@ DEPENDS_append_c7x0 = " sharp-aticore-os
 PARALLEL_MAKE = ""
 
 DEPENDS_append_c7x0 = " sharp-aticore-oss libw100 "
+DEPENDS_append_hx4700 = " libw100 "
 
 S = "${WORKDIR}/MPlayer-${PV}"
 
@@ -168,6 +170,7 @@ EXTRA_OECONF_append_c7x0 = " --enable-w1
         "
 
 EXTRA_OECONF_append_c7x0 = " --enable-w100 --enable-imageon "
+EXTRA_OECONF_append_hx4700 = " --enable-imageon "
 
 do_configure() {
 	cp ${WORKDIR}/vo_w100.c ${S}/libvo






More information about the Openembedded-commits mailing list