mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
fixing some fixes
Original commit message from CVS: fixing some fixes
This commit is contained in:
parent
37700242ef
commit
93d5ebb01d
3 changed files with 8 additions and 4 deletions
2
TODO
2
TODO
|
@ -36,3 +36,5 @@
|
||||||
|
|
||||||
|
|
||||||
* check if we can drop some of the AC_SUBST's for libs and cflags
|
* check if we can drop some of the AC_SUBST's for libs and cflags
|
||||||
|
|
||||||
|
* the mikmod author needs to drop the lib from the name ;)
|
||||||
|
|
|
@ -525,9 +525,11 @@ GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [
|
||||||
AC_SUBST(MAD_LIBS)
|
AC_SUBST(MAD_LIBS)
|
||||||
|
|
||||||
dnl *** mikmod ***
|
dnl *** mikmod ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMIKMOD, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_MIKMOD, true)
|
||||||
GST_CHECK_FEATURE(MIKMOD, [mikmod plugin], mikmod, [
|
GST_CHECK_FEATURE(MIKMOD, [mikmod plugin], mikmod, [
|
||||||
AM_PATH_LIBMIKMOD(, HAVE_LIBMIKMOD=yes, HAVE_LIBMIKMOD=no)
|
AM_PATH_LIBMIKMOD(, HAVE_MIKMOD=yes, HAVE_MIKMOD=no)
|
||||||
|
AC_SUBST(MIKMOD_LIBS, "$LIBMIKMOD_LIBS")
|
||||||
|
AC_SUBST(MIKMOD_CFLAGS, "$LIBMIKMODCFLAGS")
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** mpeg2dec ***
|
dnl *** mpeg2dec ***
|
||||||
|
|
|
@ -71,9 +71,9 @@ FLAC_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_GNOME_VFS
|
if USE_GNOME_VFS
|
||||||
GNOME_VFS_DIR=gnomevfs
|
GNOMEVFS_DIR=gnomevfs
|
||||||
else
|
else
|
||||||
GNOME_VFS_DIR=
|
GNOMEVFS_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_HERMES
|
if USE_HERMES
|
||||||
|
|
Loading…
Reference in a new issue