diff options
author | Graeme Gregory <dp@xora.org.uk> | 2005-07-13 13:26:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-13 13:26:37 +0000 |
commit | ce2d08e5aa1e9df9c062a6babc27cde35dd530d5 (patch) | |
tree | 8a97fb48afe57939ec95e8a627c6b5235c7c2e9c | |
parent | 01fd94b639c82d3c1c571c3b6840fec37aea5e7a (diff) |
mplayer-atty: re-enabled its ability to render subtitles and OSD
-rw-r--r-- | packages/mplayer/mplayer-atty_1.1.5.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/mplayer/mplayer-atty_1.1.5.bb b/packages/mplayer/mplayer-atty_1.1.5.bb index 9afdab203b..1ee4a49936 100644 --- a/packages/mplayer/mplayer-atty_1.1.5.bb +++ b/packages/mplayer/mplayer-atty_1.1.5.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Open Source multimedia player." SECTION = "opie/multimedia" PRIORITY = "optional" HOMEPAGE = "http://atty.jp/?Zaurus%2Fmplayer" -DEPENDS = "virtual/libsdl libmad libogg libvorbis zlib libpng jpeg" +DEPENDS = "virtual/libsdl freetype libmad libogg libvorbis zlib libpng jpeg" LICENSE = "GPL" RCONFLICTS = "mplayer" MAINTAINER = "Graeme Gregory <dp@xora.org.uk>" -PR = "r1" +PR = "r2" SRC_URI = "http://www.xora.org.uk/oe/mplayer-${PV}.tar.gz \ file://Makefile.patch;patch=1;pnum=0 \ @@ -65,6 +65,7 @@ EXTRA_OECONF = " \ --disable-ipp \ --disable-iwmmxt \ \ + --enable-freetype \ --with-extralibdir=${STAGING_LIBDIR} " EXTRA_OECONF_append_c7x0 = " --enable-w100" |