summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-02-16 15:02:41 -0600
committerBe <be@mixxx.org>2021-02-16 23:50:37 -0600
commit18bc1e8042a63ccbbef102b9639ec4cc81152fac (patch)
tree68935004b42bac90189d59bf97b887a62bcc1175 /.github
parente5d98a53b84f1b413462fc704bf87fde7784a1b2 (diff)
CMake: disable FFMPEG automatically if it is too old
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0e98d8aa5b..1d7da460a7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,10 +11,8 @@ jobs:
include:
- name: Ubuntu 18.04 (gcc)
os: ubuntu-18.04
- # FFMPEG version on 18.04 is too old
cmake_args: >-
-DFAAD=ON
- -DFFMPEG=OFF
-DLOCALECOMPARE=ON
-DMAD=ON
-DMODPLUG=ON