1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 00:02:54 +03:00

mplayer: upgrade to newer mplayer/ffmpeg upstream revisions, speedup tremor

(tremor speedup costs us some audio quality, but it's a movie player after
all, not a hifi-system :)
This commit is contained in:
David Kühling 2011-04-27 07:16:12 +02:00
parent 5751ee93d0
commit dd543382bc

View File

@ -7,12 +7,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=MPlayer
# newer mplayer revisions lack the --enable-system-ffmpeg configure option
# which totally screws us :( (i.e. they want to checkout and rebuild libffmpeg
# from the mplayer source tree, yuck!)
PKG_REV:=33304
FFMPEG_REV:=3d462373f8e8fa58b697a9b2d93a5edf70841937
#32225 -- last revision with enable-system-ffmpeg
PKG_REV:=33333
FFMPEG_REV:=d84f191d37b8123203dff250531a4b4c0d5f587a
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=2
@ -87,6 +83,7 @@ CONFIGURE_ARGS := --target=mips \
--disable-vidix-pcidb \
--with-vidix-drivers="no" \
--enable-tremor-internal \
--enable-tremor-low \
--enable-decoder=RAWVIDEO_DECODER \
--enable-decoder=THEORA_DECODER \
--enable-decoder=VP3_DECODER \