aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg
AgeCommit message (Collapse)Author
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-08-18[ffmpeg] update to 3.3.3atkawa7
2017-06-20Fixing invocation of bash command to install gcc and perl for ffmpegGilles Khouzam
2017-06-20[ffmpeg] Simplify UWP build slightly. Fix -MD/-MT to not apply during debug ↵Robert Schumacher
builds.
2017-06-19Adding support for FFmpeg in UWP.Gilles Khouzam
Adding support to download gas-preprocessor as an acquire_program. Update all packages for msys2 Download perl and gcc for ARM assembly in ffmpeg.
2017-03-02[ffmpeg] Disable static building.Robert Schumacher
2017-03-02[ffmpeg] Hotfix accounting for new flagsRobert Schumacher
2017-03-02[ffmpeg] Initial commit of version 3.2.4Robert Schumacher