mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 14:14:35 +02:00

crosstool-ng is set to build gcc targetting -march=i686 (Pentium Pro), as there is little to no sense to support anything lower than that.
5 lines
124 B
Bash
5 lines
124 B
Bash
#!/bin/bash
|
|
source "$(dirname "$BASH_SOURCE")"/linux32-gpl.sh
|
|
FF_CONFIGURE="--enable-nonfree $FF_CONFIGURE"
|
|
LICENSE_FILE=""
|