summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/ffmpeg/module.defs4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index 8da046ec0..833fc9ad6 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -3,10 +3,6 @@ ifeq (1,$(FEATURE.qsv))
__deps__ += LIBMFX
endif
-# workaround for potential race condition
-# where x264 may fail to find nasm later
-__deps__ += X264
-
$(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,$(__deps__)))
$(eval $(call import.CONTRIB.defs,FFMPEG))