summaryrefslogtreecommitdiff
path: root/ext/x264
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-07-27 19:29:01 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-07-27 19:34:01 +0530
commitc5cddfcec4bfdef5fe1be5133203a349ba5a99be (patch)
treeb921eedad8de2842bb511b7d5a86231750d1df14 /ext/x264
parentaf94a5550d90b37564043003bb80509f6f384122 (diff)
Add feature options for all plugins
The only automagic dependency left is C++ availability detection. https://bugzilla.gnome.org/show_bug.cgi?id=795107
Diffstat (limited to 'ext/x264')
-rw-r--r--ext/x264/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/x264/meson.build b/ext/x264/meson.build
index 78f9cc96..428162a3 100644
--- a/ext/x264/meson.build
+++ b/ext/x264/meson.build
@@ -2,7 +2,7 @@ x264_sources = [
'gstx264enc.c',
]
-x264_dep = dependency('x264', required : false)
+x264_dep = dependency('x264', required : get_option('x264'))
if x264_dep.found()
x264_libraries = get_option('x264_libraries')