]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/videolan
Removed deletion of the old .svn-subdirectories.
[people/pmueller/ipfire-2.x.git] / lfs / videolan
index aae861cb94a0ef12a43c4e8b3f68bf166dd89857..9ca6b96786c0bbdec63295a8cd9db8b8dca0c72f 100644 (file)
@@ -31,10 +31,10 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = ffmpeg
+PROG       = videolan
 PAK_VER    = 1
 
-DEPS       = "ffmpeg libshout libmpeg2 libmad"
+DEPS       = "libshout libmpeg2 libmad"
 
 ###############################################################################
 # Top-level Rules
@@ -81,6 +81,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                                                                                        --disable-wxwidgets --disable-skins2 --without-x \
                                                                                        --enable-httpd --enable-pth --enable-shout \
                                                                                        --enable-smb --enable-cddax --enable-ncurses \
+                                                                                       --enable-a52 --enable-dts --enable-alsa \
+                                                                                       --enable-unicode-utf8 --enable-v4l --enable-vcd \
+                                                                                       --enable-ogg -enable-vorbis --enable-theora \
+                                                                                       --with-ffmpeg-faac --with-ffmpeg-zlib --enable-mad \
+                                                                                       --enable-libdvbpsi --enable-faac --enable-mkv  \
+                                                                                       --enable-x264 --enable-release \
                                                                                        --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install