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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Sep 13 19:31:28 BST 2006


Author: ucacsva
Date: Wed Sep 13 19:31:21 2006
New Revision: 3877

Modified:
   vic/trunk/configure.in

Log:
Default h261as to build in vic.

Modified: vic/trunk/configure.in
==============================================================================
--- vic/trunk/configure.in	(original)
+++ vic/trunk/configure.in	Wed Sep 13 19:31:21 2006
@@ -35,7 +35,7 @@
 V_H261AS=""
 
 dnl h261 as (arbitrary size) 
-AC_ARG_ENABLE(h261as, --enable-h261as         Enable or disable the h261as codec, h261as=yes, h261as=no)
+AC_ARG_ENABLE(h261as, --enable-h261as         Enable or disable the h261as codec, h261as=no, h261as=yes)
 if test "$h261as" = "yes"; then
    V_OBJ="$V_OBJ codec/p64/p64as.o codec/decoder-h261as.o codec/encoder-h261as.o"
    V_H261AS="-DUSE_H261AS"



More information about the Sumover-dev mailing list