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