[Ffmpeg-cvslog] r7371 - trunk/configure
diego
subversion
Sun Dec 24 03:14:27 CET 2006
Author: diego
Date: Sun Dec 24 03:14:26 2006
New Revision: 7371
Modified:
trunk/configure
Log:
Slightly shorten libvorbis check.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Dec 24 03:14:26 2006
@@ -1117,11 +1117,9 @@
exit 1;
fi
-if test "$libvorbis" = "yes" ; then
- if test "$libogg" = "no"; then
- echo "libogg must be enabled to enable Vorbis."
- fail="yes"
- fi
+if test "$libvorbis" = "yes" && test "$libogg" = "no"; then
+ echo "libogg must be enabled to enable libvorbis."
+ fail="yes"
fi
if test "$gpl" != "yes"; then
More information about the ffmpeg-cvslog
mailing list