diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-09-17 20:52:31 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-09-17 20:52:31 +0000 |
commit | cb9a5da2396aafb4c014eb8ef9ff2aa03e5517ba (patch) | |
tree | 0ac73cee6f4e9fd7d53cac7092d3ff8c04a9d341 | |
parent | 9dc22718c2225f13712eed9a525e155dc40c48ba (diff) | |
download | gst-plugins-bad-cb9a5da2396aafb4c014eb8ef9ff2aa03e5517ba.tar.gz gst-plugins-bad-cb9a5da2396aafb4c014eb8ef9ff2aa03e5517ba.tar.bz2 gst-plugins-bad-cb9a5da2396aafb4c014eb8ef9ff2aa03e5517ba.zip |
- say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against ...
Original commit message from CVS:
- say explicitly in the ./configure output that we're looking for libsidplay 1.36.x
(as siddec won't compile against 2.x.x)
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | m4/gst-sid.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 37a4cad9..b650ce88 100644 --- a/configure.ac +++ b/configure.ac @@ -1477,7 +1477,7 @@ GST_CHECK_FEATURE(SHOUT2, [shout2 plug-in], shout2send, [ ]) ]) -dnl *** sidplay *** +dnl *** sidplay : works with libsidplay 1.36.x (not 2.x.x) *** translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true) GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [ GST_PATH_SIDPLAY() diff --git a/m4/gst-sid.m4 b/m4/gst-sid.m4 index 0af8f3aa..8ae28772 100644 --- a/m4/gst-sid.m4 +++ b/m4/gst-sid.m4 @@ -2,7 +2,7 @@ dnl check for sidplay AC_DEFUN([GST_PATH_SIDPLAY], [ -AC_MSG_CHECKING([for libsidplay]) +AC_MSG_CHECKING([for libsidplay 1.36.x]) AC_LANG_PUSH(C++) |