Home | History | Annotate | Download | only in libvorbis

Lines Matching full:vorbis

13 AC_ARG_WITH(vorbis,AC_HELP_STRING([--with-vorbis=PFX],[Prefix where libvorbis is installed (optional)]), vorbis_prefix="$withval", vorbis_prefix="")
14 AC_ARG_WITH(vorbis-libraries,AC_HELP_STRING([--with-vorbis-libraries=DIR],[Directory where libvorbis library is installed (optional)]), vorbis_libraries="$withval", vorbis_libraries="")
15 AC_ARG_WITH(vorbis-includes,AC_HELP_STRING([--with-vorbis-includes=DIR],[Directory where libvorbis header files are installed (optional)]), vorbis_includes="$withval", vorbis_includes="")
16 AC_ARG_ENABLE(vorbistest,AC_HELP_STRING([--disable-vorbistest],[Do not try to compile and run a test Vorbis program]),, enable_vorbistest=yes)
45 AC_MSG_CHECKING(for Vorbis)
60 dnl Now check if the installed Vorbis is sufficiently new.
67 #include <vorbis/codec.h>
68 #include <vorbis/vorbisenc.h>
103 echo "*** Could not run Vorbis test program, checking why..."
108 #include <vorbis/codec.h>
111 echo "*** that the run-time linker is not finding Vorbis or finding the wrong"
112 echo "*** version of Vorbis. If it is not finding Vorbis, you'll need to set your"
120 echo "*** exact error that occured. This usually means Vorbis was incorrectly installed"
121 echo "*** or that you have moved Vorbis since it was installed." ])