mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
- 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)
This commit is contained in:
parent
9dc22718c2
commit
cb9a5da239
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
|
||||||
GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
|
GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
|
||||||
GST_PATH_SIDPLAY()
|
GST_PATH_SIDPLAY()
|
||||||
|
|
|
@ -2,7 +2,7 @@ dnl check for sidplay
|
||||||
|
|
||||||
AC_DEFUN([GST_PATH_SIDPLAY],
|
AC_DEFUN([GST_PATH_SIDPLAY],
|
||||||
[
|
[
|
||||||
AC_MSG_CHECKING([for libsidplay])
|
AC_MSG_CHECKING([for libsidplay 1.36.x])
|
||||||
|
|
||||||
AC_LANG_PUSH(C++)
|
AC_LANG_PUSH(C++)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue