mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
ext/esd/Makefile.am: otherwise build will fail for folks with libesd in a non-standard prefix (#327009).
Original commit message from CVS: * ext/esd/Makefile.am: Add $(ESD_CFLAGS), otherwise build will fail for folks with libesd in a non-standard prefix (#327009).
This commit is contained in:
parent
ae76c4d079
commit
01a118181f
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-01-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/esd/Makefile.am:
|
||||
Add $(ESD_CFLAGS), otherwise build will fail for folks
|
||||
with libesd in a non-standard prefix (#327009).
|
||||
|
||||
2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstesd.la
|
|||
|
||||
libgstesd_la_SOURCES = esdsink.c gstesd.c
|
||||
#esdmon.c
|
||||
libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(ESD_CFLAGS)
|
||||
libgstesd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ $(ESD_LIBS)
|
||||
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue