X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffaad2;h=5ec1541c12690e799f90171a2d41caa4053d7c23;hb=5996c2815798e7bb8c069caad40ffb084ecf1cf7;hp=7cadb9aef6a135fa4257fe23feee6da8e580359f;hpb=2723ef8721862b9d9565346bae8115773123e53e;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/faad2 b/lfs/faad2 index 7cadb9aef6..5ec1541c12 100644 --- a/lfs/faad2 +++ b/lfs/faad2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.7 +VER = 2.8.8 THISAPP = faad2-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = faad2 -PAK_VER = 1 +PAK_VER = 2 -DEPS = "" +DEPS = ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ee1b4d67ea2d76ee52c5621bc6dbf61e +$(DL_FILE)_MD5 = 28f6116efdbe9378269f8a6221767d1f install : $(TARGET) @@ -77,9 +77,12 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./configure \ --prefix=/usr \ - --enable-shared + --enable-shared \ + --with-mpeg4ip cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install