mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
configure.ac: Disable deinterlace2 plugin again which was accidently enabled with last commit.
Original commit message from CVS: * configure.ac: Disable deinterlace2 plugin again which was accidently enabled with last commit.
This commit is contained in:
parent
aacf6838eb
commit
fe76d3be8d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-06-17 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
Disable deinterlace2 plugin again which was accidently enabled
|
||||
with last commit.
|
||||
|
||||
2008-06-17 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -234,7 +234,6 @@ AG_GST_CHECK_PLUGIN(app)
|
|||
AG_GST_CHECK_PLUGIN(bayer)
|
||||
AG_GST_CHECK_PLUGIN(cdxaparse)
|
||||
AG_GST_CHECK_PLUGIN(deinterlace)
|
||||
AG_GST_CHECK_PLUGIN(deinterlace2)
|
||||
AG_GST_CHECK_PLUGIN(dvdspu)
|
||||
AG_GST_CHECK_PLUGIN(festival)
|
||||
AG_GST_CHECK_PLUGIN(filter)
|
||||
|
@ -1186,7 +1185,6 @@ gst/app/Makefile
|
|||
gst/bayer/Makefile
|
||||
gst/cdxaparse/Makefile
|
||||
gst/deinterlace/Makefile
|
||||
gst/deinterlace2/Makefile
|
||||
gst/dvdspu/Makefile
|
||||
gst/festival/Makefile
|
||||
gst/filter/Makefile
|
||||
|
|
Loading…
Reference in a new issue