aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/build.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
2018-02-24Add doxygen and add packages option to vcpkg_require_msys (#2869)Jacob Zhong
* Add doxygen to acquired programs * Add packages option to msys function * Add documentation for PACKAGES in vcpkg_require_msys * [ffmpeg][x264] Update to use `PACKAGES` parameter. Tweak docs.
2017-10-02[ffmpeg] Deal with case-sensitive env varsRaynor Vliegendhart
When behind a corporate proxy, one often needs to specify `HTTP_PROXY` and `HTTPS_PROXY` for some command line tools to work properly. However, `pacman` seems to rely on the lowercase equivalent environment variables. In a Windows command prompt environment, it is not possible to set both since Windows environment variables are not case-sensitive. As a workaround, this build script checks for the existence of HTTP_PROXY and HTTPS_PROXY. If they exist, they are exported as lowercase variables.
2017-03-02[ffmpeg] Initial commit of version 3.2.4Robert Schumacher