diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-06-09 17:38:20 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-06-09 17:38:20 +0000 |
commit | a916520e6c55ec09d49e03f12e09bfe7ebf39800 (patch) | |
tree | 967946b0ef0b1073b2c9979371336d0b5731fba1 /ext/musepack | |
parent | 02591e63a550c2d0a04542f9d8e38e5ae1fb4570 (diff) | |
download | gst-plugins-bad-a916520e6c55ec09d49e03f12e09bfe7ebf39800.tar.gz gst-plugins-bad-a916520e6c55ec09d49e03f12e09bfe7ebf39800.tar.bz2 gst-plugins-bad-a916520e6c55ec09d49e03f12e09bfe7ebf39800.zip |
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).
Diffstat (limited to 'ext/musepack')
-rw-r--r-- | ext/musepack/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/musepack/Makefile.am b/ext/musepack/Makefile.am index 21cd31e8..597c4a38 100644 --- a/ext/musepack/Makefile.am +++ b/ext/musepack/Makefile.am @@ -4,7 +4,7 @@ libgstmusepack_la_SOURCES = \ gstmusepackdec.c \ gstmusepackreader.c libgstmusepack_la_CFLAGS = $(MUSEPACK_CFLAGS) $(GST_CFLAGS) -libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS) +libgstmusepack_la_LIBADD = $(MUSEPACK_LIBS) $(GST_LIBS) libgstmusepack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ |