summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-10-28 14:23:23 -0700
committerJohn Stebbins <[email protected]>2015-10-28 14:23:23 -0700
commit9dfee71965d031d25d6c6f9cb59e136713af24ce (patch)
tree6bb6b9d17a89d704bb7e69d9b54acc2d26abe74b
parent89c0a25d548575ac2ad9e867fa0f506fed7ad625 (diff)
libav: add lame dependency
-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 3621af7bf..9c9c8d4ac 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -1,4 +1,4 @@
-__deps__ := YASM BZIP2 ZLIB FDKAAC LIBVPX
+__deps__ := YASM BZIP2 ZLIB FDKAAC LIBVPX LAME
ifeq (1,$(FEATURE.qsv))
__deps__ += PTHREADW32 LIBMFX
endif