mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
a916520e6c
Original commit message from CVS: * configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343866). * ext/musepack/Makefile.am: * ext/wavpack/Makefile.am: * gst/speed/Makefile.am: Add missing GST_LIBS, fixes build on cygwin (#343866).
12 lines
338 B
Makefile
12 lines
338 B
Makefile
plugin_LTLIBRARIES = libgstmusepack.la
|
|
|
|
libgstmusepack_la_SOURCES = \
|
|
gstmusepackdec.c \
|
|
gstmusepackreader.c
|
|
libgstmusepack_la_CFLAGS = $(MUSEPACK_CFLAGS) $(GST_CFLAGS)
|
|
libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS) $(GST_LIBS)
|
|
libgstmusepack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstmusepackdec.h \
|
|
gstmusepackreader.h
|