From: Stefan Schantl Date: Mon, 17 Nov 2025 11:49:55 +0000 (+0100) Subject: ffmpeg: Re-enable lame and SSL support X-Git-Tag: v2.29-core199~17^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62aad216efe558954a2bb297e8fdcc2303df9b8;p=ipfire-2.x.git ffmpeg: Re-enable lame and SSL support The ffmpeg developers decided at some point in the past to change some defaults during configure and therefore we need to explit enable support for lame and openssl. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 28a697eee..5e69ce718 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ffmpeg -PAK_VER = 21 +PAK_VER = 22 DEPS = sdl2 lame libvorbis @@ -95,6 +95,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-gpl \ --enable-version3 \ --enable-avfilter \ + --enable-libmp3lame \ + --enable-openssl \ --disable-doc cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install