diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-10-22 18:53:35 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-10-22 18:53:35 +0000 |
commit | 12b25812856c6246c8bc69b62c55edc5579b8a44 (patch) | |
tree | cd600229d9cf06508b78c095a4234e2ba2c4e5ce | |
parent | a9257ad660870b29e7cf5169507b37b10994ceae (diff) |
Mk/Uses: unregister expired gnonlin gstreamer plugin
-rw-r--r-- | Mk/Uses/gstreamer.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk index e05ab120c66c..2854893f3f82 100644 --- a/Mk/Uses/gstreamer.mk +++ b/Mk/Uses/gstreamer.mk @@ -64,7 +64,7 @@ _GST1_PLUGINS_ftp= curl _GST1_PLUGINS_graphics= aalib cairo gdkpixbuf gl jpeg kms libcaca libvisual \ opencv openexr openjpeg png rsvg vulkan webp zbar _GST1_PLUGINS_multimedia= aom assrender bad dash dts dv dvdread \ - editing-services gnonlin good hls libav libde265 \ + editing-services good hls libav libde265 \ mpeg2dec mpeg2enc mplex mm msdk openh264 resindvd \ smoothstreaming theora ttml ugly v4l2 vaapi vpx webrtc \ x264 x265 @@ -306,10 +306,6 @@ gst-editing-services_PORT= multimedia/gstreamer${_GST_VER}-editing-services gst-editing-services_SUFFIX= # gst-editing-services_IMPL= # -gst-gnonlin_PORT= multimedia/gstreamer${_GST_VER}-plugins-gnonlin -gst-gnonlin_IMPL= good -gst-gnonlin_VERSION= 1.4.0 - gst-hls_PORT= multimedia/gstreamer${_GST_VER}-plugins-hls gst-hls_IMPL= bad |