mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +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).
17 lines
450 B
Makefile
17 lines
450 B
Makefile
|
|
plugin_LTLIBRARIES = libgstspeed.la
|
|
|
|
libgstspeed_la_SOURCES = gstspeed.c
|
|
libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
|
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstspeed.h
|
|
|
|
#if HAVE_GTK
|
|
#noinst_PROGRAMS = demo-mp3
|
|
#endif
|
|
|
|
#demo_mp3_SOURCES = demo-mp3.c
|
|
#demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
|
|
#demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|