Add ffmpeg capture to swaygrab (with limitations)

This needs to be multithreaded to have any sort of realistic expectation
of performance, due to issues with syncronous I/O.
This commit is contained in:
Drew DeVault 2015-11-27 14:21:38 -05:00
parent 89906f4ba1
commit 2ef7cf9e97
3 changed files with 115 additions and 14 deletions

View file

@ -10,6 +10,8 @@ add_executable(swaygrab
${common}
)
TARGET_LINK_LIBRARIES(swaygrab rt)
install(
TARGETS swaygrab
RUNTIME DESTINATION bin