[xiph-cvs] cvs commit: theora configure.ac
Ralph Giles
giles at xiph.org
Sat Mar 13 11:43:33 PST 2004
giles 04/03/13 14:43:33
Modified: . configure.ac
Log:
Warn explicitly if the oss-dependent player_example will not be built.
Revision Changes Path
1.5 +1 -1 theora/configure.ac
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/theora/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- a/configure.ac 8 Mar 2004 16:07:49 -0000 1.4
+++ b/configure.ac 13 Mar 2004 19:43:33 -0000 1.5
@@ -103,7 +103,7 @@
AC_CHECK_HEADERS([sys/soundcard.h soundcard.h machine/soundcard.h],[
HAVE_OSS=yes
break
-])
+],AC_MSG_WARN([OSS audio support not found -- not compiling player_example]))
AC_CHECK_LIB(portaudio, Pa_OpenStream, [
AC_CHECK_HEADER(portaudio.h, [HAVE_PORTAUDIO=yes])
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list