mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
fixed warning if mixmod-dev is not present
Original commit message from CVS: fixed warning if mixmod-dev is not present
This commit is contained in:
parent
aa66e0f801
commit
c4fcc0b947
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ AC_CHECK_LIB(mikmod, MikMod_Init,
|
|||
HAVE_LIBMIKMOD=yes
|
||||
AC_DEFINE(HAVE_LIBMIKMOD, 1, [Define if libmikmod is available]),
|
||||
AC_MSG_WARN(
|
||||
***** NOTE: These plugins won't be built: mad
|
||||
***** NOTE: These plugins won't be built: mikmod
|
||||
)
|
||||
HAVE_LIBMIKMOD=no,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue