From cd02b3eefab3dc21c9a82294b8d70683affc6bfb Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 3 Oct 2010 22:20:43 +1100 Subject: [PATCH] package xine-lib: enable new faad and ffmpeg build options --- src/xine-lib.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xine-lib.mk b/src/xine-lib.mk index 73c1ab1e..a68e14a0 100644 --- a/src/xine-lib.mk +++ b/src/xine-lib.mk @@ -10,7 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.xine-project.org/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/xine/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) -$(PKG)_DEPS := gcc zlib libiconv libmng sdl vorbis theora speex flac freetype fontconfig pthreads +$(PKG)_DEPS := gcc faad ffmpeg flac fontconfig freetype libiconv libmng pthreads sdl speex theora vorbis zlib define $(PKG)_UPDATE wget -q -O- 'http://hg.debian.org/hg/xine-lib/xine-lib/tags' | \ @@ -30,7 +30,7 @@ define $(PKG)_BUILD --disable-aalib \ --enable-mng \ --disable-real-codecs \ - --without-external-ffmpeg \ + --with-external-ffmpeg \ --without-x \ --with-sdl \ --with-vorbis \ @@ -48,7 +48,7 @@ define $(PKG)_BUILD --without-arts \ --without-fusionsound \ --with-internal-vcdlibs \ - --without-external-libfaad \ + --with-external-libfaad \ --without-external-libdts \ --without-wavpack \ CFLAGS='-I$(1)/win32/include' \