mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure.ac: Disable flacparse for this release as it's too buggy.
Original commit message from CVS: * configure.ac: Disable flacparse for this release as it's too buggy.
This commit is contained in:
parent
703533e7ed
commit
dc29e474b1
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-10 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* configure.ac:
|
||||
Disable flacparse for this release as it's too buggy.
|
||||
|
||||
2008-10-10 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* gst/flacparse/gstbaseparse.c (gst_base_parse_push_buffer),
|
||||
|
|
|
@ -251,8 +251,6 @@ AG_GST_CHECK_PLUGIN(deinterlace2)
|
|||
AG_GST_CHECK_PLUGIN(dvdspu)
|
||||
AG_GST_CHECK_PLUGIN(festival)
|
||||
AG_GST_CHECK_PLUGIN(filter)
|
||||
AG_GST_CHECK_PLUGIN(flacparse)
|
||||
AG_GST_CHECK_PLUGIN(flacparse)
|
||||
AG_GST_CHECK_PLUGIN(flv)
|
||||
AG_GST_CHECK_PLUGIN(freeze)
|
||||
AG_GST_CHECK_PLUGIN(h264parse)
|
||||
|
@ -1404,7 +1402,6 @@ gst/deinterlace2/Makefile
|
|||
gst/dvdspu/Makefile
|
||||
gst/festival/Makefile
|
||||
gst/filter/Makefile
|
||||
gst/flacparse/Makefile
|
||||
gst/flv/Makefile
|
||||
gst/freeze/Makefile
|
||||
gst/h264parse/Makefile
|
||||
|
|
Loading…
Reference in a new issue