Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-05-29 12:58:40 +0300
committerTim-Philipp Müller <tim@centricular.com>2019-05-29 17:56:37 +0300
commitbf14759477723edbe1731de87d9b631c47547088 (patch)
treee3b0febb0efd674601b36d765739a201f7d7f0a5 /sys/osxvideo
parentcced65ee21436852246ba8678ee187d899f1e847 (diff)
dv, gtk, qt, osxaudio, osxvideo, waveform: add to plugins list
Makes sure the paths for these plugins are included in the uninstalled plugin paths list. And also for the docs. Fixes #604
Diffstat (limited to 'sys/osxvideo')
-rw-r--r--sys/osxvideo/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/osxvideo/meson.build b/sys/osxvideo/meson.build
index 0f6ec1af7..28ff76724 100644
--- a/sys/osxvideo/meson.build
+++ b/sys/osxvideo/meson.build
@@ -24,4 +24,5 @@ if have_objc and osxvideo_opengl_dep.found() and osxvideo_cocoa_dep.found()
install : true,
install_dir : plugins_install_dir)
pkgconfig.generate(gstosxvideo, install_dir : plugins_pkgconfig_install_dir)
+ plugins += [gstosxvideo]
endif