From dcf5f0f53c51c071c550dc1958380fa0ad71730b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Tue, 22 Sep 2020 08:56:20 +0200 Subject: [PATCH] configure: Remove unused ffmpeg option. --- configure.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.sh b/configure.sh index e0a9bf14..580476d9 100755 --- a/configure.sh +++ b/configure.sh @@ -98,11 +98,6 @@ function configure() { echo "SRCDIR := $(escape_for_make "$srcdir")" echo "BUILD_NAME := $(escape_for_make "$build_name")" - # ffmpeg? - if [[ -n $arg_ffmpeg ]]; then - echo "WITH_FFMPEG := 1" - fi - # SteamRT echo "STEAMRT64_MODE := $(escape_for_make "$steamrt64_type")" echo "STEAMRT64_IMAGE := $(escape_for_make "$steamrt64_name")" @@ -129,7 +124,6 @@ function configure() { arg_steamrt32="" arg_steamrt64="" arg_no_steamrt="" -arg_ffmpeg="" arg_build_name="" arg_docker_opts="" arg_help="" @@ -171,8 +165,6 @@ function parse_args() { elif [[ $arg = --docker-opts ]]; then arg_docker_opts="$val" val_used=1 - elif [[ $arg = --with-ffmpeg ]]; then - arg_ffmpeg=1 elif [[ $arg = --steam-runtime32 ]]; then val_used=1 arg_steamrt32="$val" @@ -224,8 +216,6 @@ usage() { "$1" "" "$1" " --build-name= Set the name of the build that displays when used in Steam" "$1" "" - "$1" " --with-ffmpeg Build ffmpeg for WMA audio support" - "$1" "" "$1" " --docker-opts='' Extra options to pass to Docker when invoking the runtime." "$1" "" "$1" " Steam Runtime"