diff options
author | Thibault Saunier <tsaunier@igalia.com> | 2022-04-21 12:48:17 -0400 |
---|---|---|
committer | Thibault Saunier <tsaunier@igalia.com> | 2022-04-21 12:48:17 -0400 |
commit | c6c08ea72b078e5221657f9b2835eba87e2d47e2 (patch) | |
tree | bb89005b691aeecbf11cf68aa89808fa097f1172 /recipes/gst-plugins-base-1.0.recipe | |
parent | 435655d703dfbf273519488418ba557134847aae (diff) |
recipes:base: Fix wrong removal of libvideorate
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index a6023c1c..44dc3b3f 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -46,6 +46,7 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstrawparse%(mext)s', 'lib/gstreamer-1.0/libgsttypefindfunctions%(mext)s', 'lib/gstreamer-1.0/libgstvideoconvertscale%(mext)s', + 'lib/gstreamer-1.0/libgstvideorate%(mext)s', 'lib/gstreamer-1.0/libgstvideotestsrc%(mext)s', 'lib/gstreamer-1.0/libgstvolume%(mext)s', ] @@ -65,6 +66,7 @@ class Recipe(custom.GStreamer): 'lib/gstreamer-1.0/libgstrawparse.a', 'lib/gstreamer-1.0/libgstrawparse.la', 'lib/gstreamer-1.0/libgsttypefindfunctions.a', 'lib/gstreamer-1.0/libgsttypefindfunctions.la', 'lib/gstreamer-1.0/libgstvideoconvertscale.a', 'lib/gstreamer-1.0/libgstvideoconvertscale.la', + 'lib/gstreamer-1.0/libgstvideorate.a', 'lib/gstreamer-1.0/libgstvideorate.la', 'lib/gstreamer-1.0/libgstvideotestsrc.a', 'lib/gstreamer-1.0/libgstvideotestsrc.la', 'lib/gstreamer-1.0/libgstvolume.a', 'lib/gstreamer-1.0/libgstvolume.la', ] |