diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-01-07 20:43:13 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-01-07 20:43:13 +0000 |
commit | 185c4fc2f2e8fe340c842cb69ce57b62e0ccc742 (patch) | |
tree | d4e7bfd4e862c76ff6d61797c128824102f61d4f /packages/mplayer | |
parent | ea6b49619860c64c1090a6f26ea8b4210e404b69 (diff) |
mplayer_0.0+1.0rc1.bb : enable x11 and xv output now we have a kdrive
that does them
Diffstat (limited to 'packages/mplayer')
-rw-r--r-- | packages/mplayer/mplayer_0.0+1.0rc1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/mplayer/mplayer_0.0+1.0rc1.bb b/packages/mplayer/mplayer_0.0+1.0rc1.bb index 3a63413d7a..a55776fdb6 100644 --- a/packages/mplayer/mplayer_0.0+1.0rc1.bb +++ b/packages/mplayer/mplayer_0.0+1.0rc1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Open Source multimedia player." SECTION = "multimedia" PRIORITY = "optional" HOMEPAGE = "http://www.mplayerhq.hu/" -DEPENDS = "virtual/libsdl libmad zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame" +DEPENDS = "virtual/libsdl libmad zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11" RDEPENDS = "mplayer-common" LICENSE = "GPL" SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2 \ @@ -29,7 +29,7 @@ PACKAGE_ARCH_mencoder_collie = "collie" RCONFLICTS_${PN} = "mplayer-atty" RREPLACES_${PN} = "mplayer-atty" -PR = "r4" +PR = "r5" PARALLEL_MAKE = "" @@ -135,11 +135,11 @@ EXTRA_OECONF = " \ --disable-dvbhead \ --disable-mga \ --disable-xmga \ - --disable-xv \ + --enable-xv \ --disable-xvmc \ --disable-vm \ --disable-xinerama \ - --disable-x11 \ + --enable-x11 \ --enable-fbdev \ --disable-mlib \ --disable-3dfx \ |