mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
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:
parent
89906f4ba1
commit
2ef7cf9e97
3 changed files with 115 additions and 14 deletions
|
|
@ -10,6 +10,8 @@ add_executable(swaygrab
|
|||
${common}
|
||||
)
|
||||
|
||||
TARGET_LINK_LIBRARIES(swaygrab rt)
|
||||
|
||||
install(
|
||||
TARGETS swaygrab
|
||||
RUNTIME DESTINATION bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue