summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2022-09-01 00:21:46 -0700
committerKevin Mitchell <kevmitch@gmail.com>2022-09-01 00:21:46 -0700
commit94366313b2b18afe7f90af5150987fec398905c8 (patch)
treee000bc37a8f2d8e5f6f0b3223f6c68158d036b73
parentd99ff36e1db62016d9344033cb3362a0e1e743e0 (diff)
downloadmpv-build-94366313b2b18afe7f90af5150987fec398905c8.tar.bz2
mpv-build-94366313b2b18afe7f90af5150987fec398905c8.tar.xz
debian: switch to nasm over yasm
it seems ffmpeg no longer supports nasm, or at least isn't autodetecting it and configure was explicitly warning about nasm not being found.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 8e4144e..b9908b1 100644
--- a/debian/control
+++ b/debian/control
@@ -70,12 +70,12 @@ Build-Depends:
libxv-dev,
libxvidcore-dev,
meson,
+ nasm,
ninja-build,
pkg-config,
python3,
python3-docutils,
x11proto-core-dev,
- yasm,
zlib1g-dev
Package: mpv