summaryrefslogtreecommitdiff
path: root/ext/vpx
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-10-22 11:39:55 +0200
committerThibault Saunier <tsaunier@igalia.com>2019-05-13 11:34:56 -0400
commitaf0198853415cd64f5f6b8bba3e0affd68431752 (patch)
tree62fa06631258f838248ed01ccea025a18f98015b /ext/vpx
parent232e3682ea469f3841f61f0adc3f526decfaac7f (diff)
downloadgstreamer-plugins-good-af0198853415cd64f5f6b8bba3e0affd68431752.tar.gz
doc: Port documentation to hotdoc
Diffstat (limited to 'ext/vpx')
-rw-r--r--ext/vpx/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/vpx/meson.build b/ext/vpx/meson.build
index 0d2340b32..b6c94d6f8 100644
--- a/ext/vpx/meson.build
+++ b/ext/vpx/meson.build
@@ -61,6 +61,7 @@ if vpx_dep.found()
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstvpx, install_dir : plugins_pkgconfig_install_dir)
+ plugins += [gstvpx]
install_data(sources: ['GstVP8Enc.prs'], install_dir: presetdir)
endif