Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565852 - media-video/ffmpeg-2.8.2 automagically links to libSDL
Summary: media-video/ffmpeg-2.8.2 automagically links to libSDL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-15 20:20 UTC by Chris Mayo
Modified: 2015-11-16 08:29 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 Chris Mayo 2015-11-15 20:20:20 UTC
ffmpeg build with USE="-sdl" but:

ldd /usr/lib64/libavdevice.so.56.4.100 | grep SDL
	libSDL-1.2.so.0 => /usr/lib64/libSDL-1.2.so.0 (0x00007f0263652000)

configure reports a --disable-sdl option
Comment 1 Alexis Ballier gentoo-dev 2015-11-16 08:29:03 UTC
commit 2f639c7517d38c15472ed589c75af24d37f6ea36
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Nov 16 09:28:20 2015 +0100

    media-video/ffmpeg: properly disable sdl when not wanted; bug #565852


thx