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 <[email protected]> --- lfs/ffmpeg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3
