FFmpeg-Builds/variants/linux32-nonfree-shared.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

4 lines
115 B
Bash

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