# HG changeset patch # User Tony Theodore # Date 1286104843 -39600 # Node ID ad7886d47c88bd43abf0edeaa0ee54976451dcf6 # Parent 2ec08f644964c158667c965793a4aa3b812e832f package xine-lib: enable new faad and ffmpeg build options diff -r 2ec08f644964 -r ad7886d47c88 src/xine-lib.mk --- 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' \