Use /usr/lib64 instead of /usr/lib, which makes it compatible with gentoo

This commit is contained in:
dec05eba
2022-03-22 00:29:20 +01:00
parent 97e0a6ad1b
commit f81bdfb29e
3 changed files with 3 additions and 3 deletions

View File

@@ -38,4 +38,4 @@ FFMPEG only uses the GPU with CUDA when doing transcoding from an input video to
libraries at compile-time.
* Clean up the code!
* Fix segfault in debug mode (happens because audio codec becomes NULL?)
* Dynamically change bitrate to match desired fps. This would be helpful when streaming for example, where the encode output speed also depends on upload speed to the stream service.
* Dynamically change bitrate/resolution to match desired fps. This would be helpful when streaming for example, where the encode output speed also depends on upload speed to the streaming service.