mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
configure.ac: Check for X before using X_CFLAGS in the check for opengl (#343866).
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).
This commit is contained in:
parent
6052579ae4
commit
7d666676ed
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ libgstwavpack_la_SOURCES = gstwavpack.c \
|
|||
gstwavpackdec.c
|
||||
|
||||
libgstwavpack_la_CFLAGS = $(GST_CFLAGS) $(WAVPACK_CFLAGS)
|
||||
libgstwavpack_la_LIBADD = $(WAVPACK_LIBS)
|
||||
libgstwavpack_la_LIBADD = $(GST_LIBS) $(WAVPACK_LIBS)
|
||||
libgstwavpack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstwavpackparse.h gstwavpackdec.h gstwavpackcommon.h
|
||||
|
|
Loading…
Reference in a new issue