Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 171767 - media-video/ffmpeg - missing support for x11grab
Summary: media-video/ffmpeg - missing support for x11grab
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 10:24 UTC by Antonio Bardazzi
Modified: 2008-10-14 09:20 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 Antonio Bardazzi 2007-03-22 10:24:20 UTC
support x11 display grabbing for ffmpeg-0.4.9_p20070129.ebuild
(ffmpeg -vd x11:0 -s 1024x768 outfile)

add in IUSE x11grab

add in # disabled by default
use x11grab && myconf="${myconf} --enable-x11grab"

uncomment # for some reason it tries to #include <X11/Xlib.h>, but doesn't
use it

Reproducible: Always
Comment 1 Alexis Ballier gentoo-dev 2008-10-14 09:20:15 UTC
actually x11grab support has been here for a while