mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 05:56:11 +02:00
Added faad2 to build, this enables mp4a playback for vlc.
This commit is contained in:
committed by
Arne Fitzenreiter
parent
d6754f4b7e
commit
1b5f497af3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user