#821: --enable-x11grab doesn't work properly
-------------------------------------+-------------------------------------
Reporter: burek | Type: defect
Status: new | Priority: normal
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
I've tried configuring ffmpeg with --enable-x11grab and the configure
passed without any errors, but x11 input wasn't enabled (I still had the
message "Unknown input format: 'x11grab'" after the building process and
even ./configure --enable-x11grab .. | grep x11_grab_device didn't produce
any output)
Recommendation is that configure should check if needed libraries are
installed for x11 input device to be properly built and if they are not
installed, to break out of the configure process with a descriptive error
message.
I've solved my problem reading this article:
http://www.jedi.be/blog/2010/08/30/capturing-the-screen-of-your-virtual-
machines-using-x-vnc-rdp-or-native/
which basically says that I lacked some libraries (libx11-dev, libxfixes-
dev and libxext-dev), and after installing those, I've had x11_grab_device
in the list of input devices.
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/821>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac