mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
Add monkeyaudio plugin
Original commit message from CVS: Add monkeyaudio plugin
This commit is contained in:
parent
3d5a82364e
commit
d0be28693d
1 changed files with 3 additions and 1 deletions
|
@ -238,7 +238,7 @@ GST_PLUGINS_ALL="\
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
if test "x$HAVE_CXX" = "xyes"; then
|
if test "x$HAVE_CXX" = "xyes"; then
|
||||||
GST_PLUGINS_ALL="$GST_PLUGINS_ALL \
|
GST_PLUGINS_ALL="$GST_PLUGINS_ALL \
|
||||||
modplug"
|
modplug monkeyaudio"
|
||||||
else
|
else
|
||||||
AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
|
AC_MSG_WARN([Not compiling plug-ins requiring C++ compiler])
|
||||||
fi
|
fi
|
||||||
|
@ -1054,6 +1054,8 @@ gst/mpegtypes/Makefile
|
||||||
gst/modplug/Makefile
|
gst/modplug/Makefile
|
||||||
gst/modplug/libmodplug/Makefile
|
gst/modplug/libmodplug/Makefile
|
||||||
gst/monoscope/Makefile
|
gst/monoscope/Makefile
|
||||||
|
gst/monkeyaudio/Makefile
|
||||||
|
gst/monkeyaudio/libmonkeyaudio/Makefile
|
||||||
gst/oneton/Makefile
|
gst/oneton/Makefile
|
||||||
gst/passthrough/Makefile
|
gst/passthrough/Makefile
|
||||||
gst/playondemand/Makefile
|
gst/playondemand/Makefile
|
||||||
|
|
Loading…
Reference in a new issue