mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
configure: Add FLAC and interleave to the non-ported plugins list
Both need to be updated to the audio/x-raw caps and were only half-ported before.
This commit is contained in:
parent
4885f34458
commit
e1bf53562e
1 changed files with 2 additions and 2 deletions
|
@ -313,10 +313,10 @@ dnl *** plug-ins to include ***
|
||||||
|
|
||||||
dnl Non ported plugins (non-dependant, then dependant)
|
dnl Non ported plugins (non-dependant, then dependant)
|
||||||
dnl Make sure you have a space before and after all plugins
|
dnl Make sure you have a space before and after all plugins
|
||||||
GST_PLUGINS_NONPORTED="deinterlace flx goom2k1 \
|
GST_PLUGINS_NONPORTED="deinterlace interleave flx goom2k1 \
|
||||||
imagefreeze interleave monoscope smpte \
|
imagefreeze interleave monoscope smpte \
|
||||||
videobox videomixer \
|
videobox videomixer \
|
||||||
cairo cairo_gobject dv1394 gdk_pixbuf libdv libpng \
|
cairo cairo_gobject dv1394 flac gdk_pixbuf libdv libpng \
|
||||||
oss oss4 shout2 \
|
oss oss4 shout2 \
|
||||||
taglib wavpack \
|
taglib wavpack \
|
||||||
osx_video osx_audio "
|
osx_video osx_audio "
|
||||||
|
|
Loading…
Reference in a new issue