mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
people interpreting .m4's make me laugh with wild abandonment
Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment
This commit is contained in:
parent
f0fbc30d0c
commit
37d7c43077
2 changed files with 7 additions and 3 deletions
|
@ -720,8 +720,10 @@ GST_CHECK_FEATURE(SHOUT, [shout plug-in], icecastsend, [
|
||||||
|
|
||||||
dnl *** shout2 ***
|
dnl *** shout2 ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SHOUT2, true)
|
||||||
GST_CHECK_FEATURE(SHOUT, [shout2 plug-in], shout2send, [
|
GST_CHECK_FEATURE(SHOUT2, [shout2 plug-in], shout2send, [
|
||||||
AM_PATH_SHOUT2([USE_SHOUT2="true" [, USE_SHOUT2="false"]])
|
AM_PATH_SHOUT2(HAVE_SHOUT2="true", HAVE_SHOUT2="false")
|
||||||
|
AC_SUBST(SHOUT2_CFLAGS)
|
||||||
|
AC_SUBST(SHOUT2_LIBS)
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** sidplay ***
|
dnl *** sidplay ***
|
||||||
|
@ -928,6 +930,8 @@ AC_CONFIG_FILES(
|
||||||
Makefile
|
Makefile
|
||||||
gstreamer-libs.pc
|
gstreamer-libs.pc
|
||||||
gstreamer-libs-uninstalled.pc
|
gstreamer-libs-uninstalled.pc
|
||||||
|
gstreamer-play.pc
|
||||||
|
gstreamer-play-uninstalled.pc
|
||||||
gst-plugins.spec
|
gst-plugins.spec
|
||||||
gst/Makefile
|
gst/Makefile
|
||||||
gst/ac3parse/Makefile
|
gst/ac3parse/Makefile
|
||||||
|
|
|
@ -3,7 +3,7 @@ plugindir = $(libdir)/gst
|
||||||
plugin_LTLIBRARIES = libgstshout2.la
|
plugin_LTLIBRARIES = libgstshout2.la
|
||||||
|
|
||||||
libgstshout2_la_SOURCES = gstshout2.c
|
libgstshout2_la_SOURCES = gstshout2.c
|
||||||
libgstshout2_la_CFLAGS = $(GST_CFLAGS)
|
libgstshout2_la_CFLAGS = $(SHOUT2_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstshout2_la_LIBADD = $(SHOUT2_LIBS) $(GST_LIBS)
|
libgstshout2_la_LIBADD = $(SHOUT2_LIBS) $(GST_LIBS)
|
||||||
libgstshout2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstshout2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue