From: Stéphane Loeuillet Date: Fri, 17 Sep 2004 20:52:31 +0000 (+0000) Subject: - say explicitly in the ./configure output that we're looking for libsidplay 1.36... X-Git-Tag: 1.19.3~511^2~13732 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=835a60e3fab8265e1fd04b55e450710243ca33fe;p=platform%2Fupstream%2Fgstreamer.git - 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) --- diff --git a/configure.ac b/configure.ac index 37a4cad..b650ce8 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 0af8f3a..8ae2877 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++)