aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mplayer
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mplayer')
-rw-r--r--packages/mplayer/mplayer_1.0pre3try2.bb5
-rw-r--r--packages/mplayer/mplayer_1.0pre6.bb4
2 files changed, 6 insertions, 3 deletions
diff --git a/packages/mplayer/mplayer_1.0pre3try2.bb b/packages/mplayer/mplayer_1.0pre3try2.bb
index 788f07f36e..bcb1c26aeb 100644
--- a/packages/mplayer/mplayer_1.0pre3try2.bb
+++ b/packages/mplayer/mplayer_1.0pre3try2.bb
@@ -3,7 +3,7 @@ SECTION = "opie/multimedia"
PRIORITY = "optional"
HOMEPAGE = "http://www.mplayerhq.hu/"
DEPENDS = "virtual/libsdl libmad tremor-20021126 libogg libvorbis zlib libpng jpeg"
-PR = "r5"
+PR = "r6"
LICENSE = "GPL"
SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \
file://Makefile.patch;patch=0 \
@@ -29,7 +29,7 @@ inherit autotools
EXTRA_OECONF = " \
--prefix=/usr \
--mandir=${mandir} \
- --target=${TARGET_ARCH} \
+ --target=${TARGET_SYS} \
--enable-shared-pp \
\
--disable-win32 \
@@ -53,6 +53,7 @@ EXTRA_OECONF = " \
\
--enable-ossaudio \
\
+ --enable-rtc \
--with-extralibdir=${STAGING_LIBDIR} "
EXTRA_OECONF_append_corgi = " --enable-vidix "
diff --git a/packages/mplayer/mplayer_1.0pre6.bb b/packages/mplayer/mplayer_1.0pre6.bb
index c1ea58ef45..23ce73e00d 100644
--- a/packages/mplayer/mplayer_1.0pre6.bb
+++ b/packages/mplayer/mplayer_1.0pre6.bb
@@ -31,7 +31,7 @@ inherit autotools
EXTRA_OECONF = " \
--prefix=/usr \
--mandir=${mandir} \
- --target=${TARGET_ARCH} \
+ --target=${TARGET_SYS} \
--enable-shared-pp \
\
--disable-win32 \
@@ -56,6 +56,8 @@ EXTRA_OECONF = " \
\
--enable-ossaudio \
\
+ --enable-rtc \
+ \
--with-extralibdir=${STAGING_LIBDIR} "
EXTRA_OECONF_append_corgi = " --enable-vidix "