mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
4 lines
106 B
Bash
4 lines
106 B
Bash
#!/bin/bash
|
|
source "$(dirname "$BASH_SOURCE")"/win64-gpl.sh
|
|
FF_CONFIGURE="--enable-nonfree $FF_CONFIGURE"
|