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
luzpaz
gstreamer
Commits
ecc27fd6
Commit
ecc27fd6
authored
May 21, 2001
by
Wim Taymans
Browse files
Updates to the audiofile detection stuff.
Original commit message from CVS: Updates to the audiofile detection stuff.
parent
b019f2cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
acconfig.h
View file @
ecc27fd6
...
...
@@ -27,6 +27,7 @@
#undef HAVE_LIBGHTTP
#undef HAVE_LIBMMX
#undef HAVE_LIBXV
#undef HAVE_LIBAUDIOFILE
#undef HAVE_OSS
#undef HAVE_XAUDIO
#undef HAVE_CSSAUTH
...
...
configure.in
View file @
ecc27fd6
...
...
@@ -269,14 +269,13 @@ AC_PATH_PROG(AUDIOFILE_CONFIG, audiofile-config, no)
if test x$AUDIOFILE_CONFIG = xno; then
AC_MSG_WARN(Couldn't find audiofile-config: can't build afsink)
AUDIOFILE_LIBS=
HAVE_LIBAUDIOFILE=
false
HAVE_LIBAUDIOFILE=
no
else
AC_MSG_WARN(did find audiofile-config: delete this msg)
AUDIOFILE_LIBS=`audiofile-config --libs`
HAVE_LIBAUDIOFILE=
true
HAVE_LIBAUDIOFILE=
yes
fi
AC_SUBST(AUDIOFILE_LIBS)
AC_SUBST(HAVE_LIBAUDIOFILE)
alsa_save_LIBS=$LIBS
alsa_save_CFLAGS=$CFLAGS
...
...
@@ -952,6 +951,7 @@ plugins/Makefile
plugins/aasink/Makefile
plugins/alsa/Makefile
plugins/au/Makefile
plugins/audiofile/Makefile
plugins/audioscale/Makefile
plugins/avi/Makefile
plugins/avi/wincodec/Makefile
...
...
@@ -1026,6 +1026,7 @@ plugins/cdparanoia/Makefile
plugins/esd/Makefile
plugins/esd/esdsink/Makefile
plugins/artsd/Makefile
plugins/quicktime/Makefile
plugins/xmms/Makefile
plugins/arts/Makefile
plugins/1394/Makefile
...
...
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