aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/build_linux.sh
AgeCommit message (Collapse)Author
2020-08-31[ffmpeg] Use nproc - 1 build jobs for ffmpeg instead of 6. (#12659)Rafael Kitover
2020-03-24[ffmpeg] Add NVIDIA Codec feature for Windows and Linux (#9171)Marc Bertola
* Add NVIDIA Codec support for Windows, Linux and Linux for Tegra * [ffnvcodec] Fix typos, add/remove comments * Bump nvcodec version to 9.1.23.1 * Update version number as per change request * Use PORT variable instead of hardcoded portname * Identify the release the hash pertains to * Find nvcodec in 'installed' instead of 'packages' * Force FFmpeg to look for nvcodec headers in the installed directory instead of /usr/lib/pkgconfig. * Use p option on cygpath to convert full path in case it contains more than one entry
2019-04-04[fix][ffmpeg] fixing linux build (#5917)Andre Abrantes
* limit windows dep libs to windows * fixing configure patch * fixing detect-openssl.patch * adapting portfile to linux * adding a linux-specific build sh * add missing endif() * bumping version * adding extra check for windows environment