[Sumover-dev] [svn commit] r3870 - vic/trunk

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Sep 13 17:46:56 BST 2006


Author: ucacsva
Date: Wed Sep 13 17:46:19 2006
New Revision: 3870

Modified:
   vic/trunk/configure

Log:
Enabled h261as by default. Need to "configure --disable-h261as" to disable it.

Modified: vic/trunk/configure
==============================================================================
--- vic/trunk/configure	(original)
+++ vic/trunk/configure	Wed Sep 13 17:46:19 2006
@@ -4495,11 +4495,11 @@
 V_H261AS=""
 
 # Check whether --enable-h261as or --disable-h261as was given.
-if test "${enable_h261as+set}" = set; then
-  enableval="$enable_h261as"
-  h261as=yes
-else
+if test "${disable_h261as+set}" = set; then
+  enableval="$disable_h261as"
   h261as=no
+else
+  h261as=yes
 fi;
 if test "$h261as" = "yes"; then
    V_OBJ="$V_OBJ codec/p64/p64as.o codec/decoder-h261as.o codec/encoder-h261as.o"



More information about the Sumover-dev mailing list