FFmpeg-Builds/variants/linux32-nonfree.sh
Alibek Omarov dc38e41621 Add linux32 target
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.
2024-12-12 23:28:47 +01:00

5 lines
124 B
Bash

#!/bin/bash
source "$(dirname "$BASH_SOURCE")"/linux32-gpl.sh
FF_CONFIGURE="--enable-nonfree $FF_CONFIGURE"
LICENSE_FILE=""