changeset 1263:ad7886d47c88

package xine-lib: enable new faad and ffmpeg build options
author Tony Theodore <tonyt@logyst.com>
date Sun, 03 Oct 2010 22:20:43 +1100
parents 2ec08f644964
children fbff8e7ee416
files src/xine-lib.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xine-lib.mk	Sun Oct 03 20:45:39 2010 +1100
+++ b/src/xine-lib.mk	Sun Oct 03 22:20:43 2010 +1100
@@ -10,7 +10,7 @@
 $(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 @@
         --disable-aalib \
         --enable-mng \
         --disable-real-codecs \
-        --without-external-ffmpeg \
+        --with-external-ffmpeg \
         --without-x \
         --with-sdl \
         --with-vorbis \
@@ -48,7 +48,7 @@
         --without-arts \
         --without-fusionsound \
         --with-internal-vcdlibs \
-        --without-external-libfaad \
+        --with-external-libfaad \
         --without-external-libdts \
         --without-wavpack \
         CFLAGS='-I$(1)/win32/include' \