mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-02 21:03:08 +03:00
11 lines
461 B
Bash
Executable File
11 lines
461 B
Bash
Executable File
FF_CONFIGURE="--enable-gpl --enable-version3 --disable-unstable --disable-ffplay --disable-debug --disable-doc --disable-sdl2"
|
|
FF_CFLAGS=""
|
|
FF_CXXFLAGS=""
|
|
FF_LDFLAGS=""
|
|
GIT_BRANCH="jellyfin"
|
|
LICENSE_FILE="COPYING.GPLv3"
|
|
|
|
[[ $TARGET == linux* ]] && FF_CONFIGURE+=" --disable-libxcb --disable-xlib --enable-lto=auto" || true
|
|
# [[ $TARGET == win* ]] && FF_CONFIGURE+=" --enable-lto=auto" || true
|
|
[[ $TARGET == mac* ]] && FF_CONFIGURE+=" --enable-lto=thin" || true
|