diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-12-15 18:24:11 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@coaxion.net> | 2018-12-17 09:12:53 +0000 |
commit | 807227cef23e46190864779759f5e94e3c9d062f (patch) | |
tree | 4be9d563a4fd55ac0c701ea0c65e58bbb537043e /sys/meson.build | |
parent | ee7e3f7bc73e181e4357e1192b69ac520ee66a95 (diff) | |
download | gstreamer-plugins-bad-807227cef23e46190864779759f5e94e3c9d062f.tar.gz |
meson: build vcdsrc plugin
Diffstat (limited to 'sys/meson.build')
-rw-r--r-- | sys/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/meson.build b/sys/meson.build index 726e7a8bf..1129282b3 100644 --- a/sys/meson.build +++ b/sys/meson.build @@ -18,7 +18,7 @@ subdir('msdk') subdir('opensles') subdir('shm') subdir('uvch264') -#subdir('vcd') +subdir('vcd') #subdir('vdpau') subdir('wasapi') subdir('winks') @@ -111,4 +111,4 @@ elif get_option('nvdec').enabled() error('The nvdec plugin was enabled explicitly, but required CUDA dependencies were not found.') elif get_option('nvenc').enabled() error('The nvenc plugin was enabled explicitly, but required CUDA dependencies were not found.') -endif
\ No newline at end of file +endif |