]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/videolan
Added faad2 to build, this enables mp4a playback for vlc.
[people/pmueller/ipfire-2.x.git] / lfs / videolan
index 22cca311c419a6f458fb724c78618911056ed951..17a9f7ac8cbe698ebf111ed7f32599c2f7b5baa6 100644 (file)
@@ -33,9 +33,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = videolan
-PAK_VER    = 3
+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