summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-06-12 02:03:24 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2021-06-12 02:03:24 +0200
commit74fded22c2a22eeb7740611eea46f140c948ed31 (patch)
treec4b8ceb3a5c6bac43e483fbf730021d9023a6c5f /tools
parentf4da747e974e1ed2ee1c82c4c09b8777265ff6d3 (diff)
Fix package dependency for ffmpeg
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debian_buildenv.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/debian_buildenv.sh b/tools/debian_buildenv.sh
index 7705bd1019..73a9ecc00b 100755
--- a/tools/debian_buildenv.sh
+++ b/tools/debian_buildenv.sh
@@ -21,8 +21,7 @@ case "$COMMAND" in
;;
*) # libmp4v2 was removed from Debian 10 & Ubuntu 20.04 due to lack of maintenance, so use FFMPEG instead
PACKAGES_EXTRA=(
- libavcodec-dev
- libavutil-dev
+ libavformat-dev
)
esac
@@ -48,7 +47,6 @@ case "$COMMAND" in
fonts-open-sans \
fonts-ubuntu \
g++ \
- libavformat-dev \
libchromaprint-dev \
libdistro-info-perl \
libebur128-dev \