ffmpeg: disable static libraries

- Added --disable-static to lfs configure statement
- Updated rootfile with removal of static library entries

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2021-05-06 18:32:40 +02:00
committed by Michael Tremer
parent b33473414d
commit 268cdcd5b1
2 changed files with 2 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = ffmpeg
PAK_VER = 11
PAK_VER = 12
DEPS = sdl lame libvorbis xvid
@@ -92,6 +92,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
./configure \
--prefix=/usr \
--enable-shared \
--disable-static \
--enable-gpl \
--enable-version3 \
--enable-avfilter \