Added faad2 to build, this enables mp4a playback for vlc.

This commit is contained in:
Christian Schmidt
2010-02-16 08:48:48 +01:00
committed by Arne Fitzenreiter
parent d6754f4b7e
commit 1b5f497af3
5 changed files with 102 additions and 3 deletions

View File

@@ -33,9 +33,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = videolan
PAK_VER = 4
PAK_VER = 5
DEPS = "libshout libmpeg2 libmad libdvbpsi directfb ffmpeg"
DEPS = "libshout libmpeg2 libmad libdvbpsi directfb ffmpeg faad2"
###############################################################################
# Top-level Rules
@@ -96,7 +96,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-v4l=/usr/src/v4l-dvb \
--enable-libdvbpsi --enable-faac --enable-mkv \
--enable-x264 --enable-release --enable-sout \
--disable-nls \
--disable-nls --enable-faad \
--enable-directfb --with-directfb=/usr/src/directfb
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install