Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seungha Yang
gst-plugins-base
Commits
93d5ebb0
Commit
93d5ebb0
authored
Dec 23, 2001
by
Thomas Vander Stichele
Browse files
fixing some fixes
Original commit message from CVS: fixing some fixes
parent
37700242
Changes
3
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
93d5ebb0
...
...
@@ -36,3 +36,5 @@
* 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 ;)
configure.ac
View file @
93d5ebb0
...
...
@@ -525,9 +525,11 @@ GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [
AC_SUBST(MAD_LIBS)
dnl *** mikmod ***
translit(dnm, m, l) AM_CONDITIONAL(USE_
LIB
MIKMOD, true)
translit(dnm, m, l) AM_CONDITIONAL(USE_MIKMOD, true)
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 ***
...
...
ext/Makefile.am
View file @
93d5ebb0
...
...
@@ -71,9 +71,9 @@ FLAC_DIR=
endif
if
USE_GNOME_VFS
GNOME
_
VFS_DIR
=
gnomevfs
GNOMEVFS_DIR
=
gnomevfs
else
GNOME
_
VFS_DIR
=
GNOMEVFS_DIR
=
endif
if
USE_HERMES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment