public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ffmpeg: disable static libraries
Date: Thu, 06 May 2021 18:32:40 +0200	[thread overview]
Message-ID: <20210506163240.3578896-1-adolf.belka@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2234 bytes --]

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

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/packages/ffmpeg | 9 ---------
 lfs/ffmpeg                       | 3 ++-
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/config/rootfiles/packages/ffmpeg b/config/rootfiles/packages/ffmpeg
index 633706172..b388d18f1 100644
--- a/config/rootfiles/packages/ffmpeg
+++ b/config/rootfiles/packages/ffmpeg
@@ -137,39 +137,30 @@ usr/bin/ffprobe
 #usr/include/libswscale
 #usr/include/libswscale/swscale.h
 #usr/include/libswscale/version.h
-#usr/lib/libavcodec.a
 #usr/lib/libavcodec.so
 usr/lib/libavcodec.so.58
 usr/lib/libavcodec.so.58.134.100
-#usr/lib/libavdevice.a
 #usr/lib/libavdevice.so
 usr/lib/libavdevice.so.58
 usr/lib/libavdevice.so.58.13.100
-#usr/lib/libavfilter.a
 #usr/lib/libavfilter.so
 usr/lib/libavfilter.so.7
 usr/lib/libavfilter.so.7.110.100
-#usr/lib/libavformat.a
 #usr/lib/libavformat.so
 usr/lib/libavformat.so.58
 usr/lib/libavformat.so.58.76.100
-#usr/lib/libavresample.a
 #usr/lib/libavresample.so
 usr/lib/libavresample.so.4
 usr/lib/libavresample.so.4.0.0
-#usr/lib/libavutil.a
 #usr/lib/libavutil.so
 usr/lib/libavutil.so.56
 usr/lib/libavutil.so.56.70.100
-#usr/lib/libpostproc.a
 #usr/lib/libpostproc.so
 usr/lib/libpostproc.so.55
 usr/lib/libpostproc.so.55.9.100
-#usr/lib/libswresample.a
 #usr/lib/libswresample.so
 usr/lib/libswresample.so.3
 usr/lib/libswresample.so.3.9.100
-#usr/lib/libswscale.a
 #usr/lib/libswscale.so
 usr/lib/libswscale.so.5
 usr/lib/libswscale.so.5.9.100
diff --git a/lfs/ffmpeg b/lfs/ffmpeg
index dbc2e933e..a01189d9f 100644
--- a/lfs/ffmpeg
+++ b/lfs/ffmpeg
@@ -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 \
-- 
2.31.1


                 reply	other threads:[~2021-05-06 16:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210506163240.3578896-1-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox