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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2021-09-10 09:20:31 +0300
committerSebastian Dröge <slomo@coaxion.net>2021-09-10 09:20:31 +0300
commitbb3949aeda13dd3205db0c342063197e122f2007 (patch)
treeea937b9bcb90ba37f181bf1d9069ab76ef152db2 /meson.build
parent426dc4c54d0ea96bde60e9278b3c52ebcd51be21 (diff)
video: Add a new ffv1 decoder plugin
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c58b0416..a6e705c4 100644
--- a/meson.build
+++ b/meson.build
@@ -36,6 +36,7 @@ plugins_rep = {
'video/cdg': 'libgstcdg',
'audio/claxon': 'libgstclaxon',
'utils/fallbackswitch': 'libgstfallbackswitch',
+ 'video/ffv1': 'libgstffv1',
'generic/file': 'libgstrsfile',
'video/flavors': 'libgstrsflv',
'video/gif': 'libgstgif',