Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
93d5ebb0
Commit
93d5ebb0
authored
Dec 23, 2001
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing some fixes
Original commit message from CVS: fixing some fixes
parent
37700242
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
TODO
TODO
+2
-0
configure.ac
configure.ac
+4
-2
ext/Makefile.am
ext/Makefile.am
+2
-2
No files found.
TODO
View file @
93d5ebb0
...
@@ -36,3 +36,5 @@
...
@@ -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 ;)
configure.ac
View file @
93d5ebb0
...
@@ -525,9 +525,11 @@ GST_CHECK_FEATURE(MAD, [mad mp3 decoder], mad, [
...
@@ -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_
LIB
MIKMOD, 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 ***
...
...
ext/Makefile.am
View file @
93d5ebb0
...
@@ -71,9 +71,9 @@ FLAC_DIR=
...
@@ -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
...
...
Write
Preview
Markdown
is supported
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