mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
add audiobuffer to the build
* configure.ac: Add audiobuffer to the build.
This commit is contained in:
parent
8734fde9be
commit
1c6ac170b9
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,7 @@ dnl these are all the gst plug-ins, compilable without additional libs
|
|||
AG_GST_CHECK_PLUGIN(aacparse)
|
||||
AG_GST_CHECK_PLUGIN(aiffparse)
|
||||
AG_GST_CHECK_PLUGIN(amrparse)
|
||||
AG_GST_CHECK_PLUGIN(audiobuffer)
|
||||
AG_GST_CHECK_PLUGIN(audioresample)
|
||||
AG_GST_CHECK_PLUGIN(bayer)
|
||||
AG_GST_CHECK_PLUGIN(cdxaparse)
|
||||
|
@ -1388,6 +1389,7 @@ gst/Makefile
|
|||
gst/aacparse/Makefile
|
||||
gst/aiffparse/Makefile
|
||||
gst/amrparse/Makefile
|
||||
gst/audiobuffer/Makefile
|
||||
gst/audioresample/Makefile
|
||||
gst/bayer/Makefile
|
||||
gst/cdxaparse/Makefile
|
||||
|
|
Loading…
Reference in a new issue