public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] ffmpeg: Re-enable lame and SSL support
@ 2025-11-17 11:49 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2025-11-17 11:49 UTC (permalink / raw)
  To: development; +Cc: Stefan Schantl

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 <stefan.schantl@ipfire.org>
---
 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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-17 11:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-17 11:49 [PATCH] ffmpeg: Re-enable lame and SSL support Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox