diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-12-16 20:13:08 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@coaxion.net> | 2018-12-17 09:12:53 +0000 |
commit | 0be8a5f8f42b69a79da852e3fc052253da2ce091 (patch) | |
tree | 1d3da20bbd35c13de048642f9a2b8ddd739ed6b2 /ext/meson.build | |
parent | 986f6cac4581588f28ec55dbec2b26325e92d644 (diff) |
meson: build voamrwbenc plugin
Diffstat (limited to 'ext/meson.build')
-rw-r--r-- | ext/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/meson.build b/ext/meson.build index 867844934..94c832ad6 100644 --- a/ext/meson.build +++ b/ext/meson.build @@ -54,7 +54,7 @@ subdir('srtp') subdir('teletextdec') subdir('ttml') subdir('voaacenc') -#subdir('voamrwbenc') +subdir('voamrwbenc') subdir('vulkan') subdir('wayland') subdir('webrtc') |