summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-06-01 16:28:42 -0400
committerBradley Sepos <[email protected]>2018-06-17 00:23:31 -0400
commite910330e6a022f8267b61be940fc03a01fee2109 (patch)
tree82ee93f0df80514857fc0e0f5486a39d26be321a /contrib/ffmpeg
parent1dac20933de015b9aeeee2c584efc60098f52c98 (diff)
contrib: Switch yasm dependencies to nasm.
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r--contrib/ffmpeg/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index 2cdfb8e3d..690f2c1e7 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -1,4 +1,4 @@
-__deps__ := YASM BZIP2 ZLIB FDKAAC LIBVPX LAME LIBOPUS LIBSPEEX XZ
+__deps__ := BZIP2 ZLIB FDKAAC LIBVPX LAME LIBOPUS LIBSPEEX XZ
ifeq (1,$(FEATURE.qsv))
__deps__ += LIBMFX
endif