diff options
author | Thibault Saunier <tsaunier@igalia.com> | 2018-10-22 11:30:45 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@igalia.com> | 2019-05-13 17:00:00 -0400 |
commit | 47a49f33815dbe3db7c1f7fa8f528d9bd0b83d8c (patch) | |
tree | ef8cce7a2344781ed189cbce89f386506fe49452 /ext/mpeg2enc | |
parent | 5a2b9357c94b9e07726d1bf6cf8ce1810ba8dad2 (diff) | |
download | gstreamer-plugins-bad-47a49f33815dbe3db7c1f7fa8f528d9bd0b83d8c.tar.gz |
docs: Build documentation with hotdoc
Diffstat (limited to 'ext/mpeg2enc')
-rw-r--r-- | ext/mpeg2enc/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mpeg2enc/meson.build b/ext/mpeg2enc/meson.build index 9819050bc..0b1c1c79e 100644 --- a/ext/mpeg2enc/meson.build +++ b/ext/mpeg2enc/meson.build @@ -19,4 +19,5 @@ if mjpegtools_dep.found() and mpeg2enc_dep.found() install_dir : plugins_install_dir, ) pkgconfig.generate(gstmpeg2enc, install_dir : plugins_pkgconfig_install_dir) + plugins += [gstmpeg2enc] endif |