Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336431 - media-video/ffmpeg-9999: USE static-libs cosmetics
Summary: media-video/ffmpeg-9999: USE static-libs cosmetics
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 10:51 UTC by Nikoli
Modified: 2011-03-10 03:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2010-09-08 10:51:39 UTC
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 7bffcb0..e69be20 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -232,7 +232,7 @@ src_configure() {
 		--libdir=/usr/$(get_libdir) \
 		--shlibdir=/usr/$(get_libdir) \
 		--mandir=/usr/share/man \
-		--enable-static --enable-shared \
+		--enable-shared \
 		--cc="$(tc-getCC)" \
 		${myconf} || die
 }

Without this patch we have '--enable-static --enable-shared ... --disable-static' in 'ffmpeg -version' output.
Comment 1 Tim Harder gentoo-dev 2011-03-10 03:51:20 UTC
Fixed in CVS for all related versions.