this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #784 from HinTak/misc-fixes

Misc fixes

authored by

Luboš Doležel and committed by
GitHub
2fd48f33 968fec10

+4 -4
+1 -1
cmake/FindFFmpeg.cmake
··· 88 88 endif() 89 89 endif() 90 90 91 - find_package_handle_standard_args(FFMPEG 91 + find_package_handle_standard_args(FFmpeg 92 92 FOUND_VAR FFMPEG_FOUND 93 93 REQUIRED_VARS 94 94 FFMPEG_LIBRARIES
+1 -1
cmake/FindSetcap.cmake
··· 5 5 PATHS /bin /usr/bin /sbin /usr/sbin 6 6 ) 7 7 8 - find_package_handle_standard_args(SETCAP DEFAULT_MSG SETCAP_EXECUTABLE) 8 + find_package_handle_standard_args(Setcap DEFAULT_MSG SETCAP_EXECUTABLE) 9 9 10 10 mark_as_advanced(SETCAP_EXECUTABLE) 11 11
+2 -2
rpm/README.md
··· 9 9 10 10 ## Building on other operating systems 11 11 12 - By default, it will build for Fedora 29. To use a different OS, simply 12 + By default, it will build for Fedora 30. To use a different OS, simply 13 13 14 - RPM_OS=fedora:27 docker-compose build rpm 14 + RPM_OS=fedora:31 docker-compose build rpm 15 15 16 16 ## Future improvements 17 17