[Sumover-dev] [svn commit] r4143 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon May 5 01:43:29 BST 2008


Author: douglask
Date: Mon May  5 01:43:25 2008
New Revision: 4143

Modified:
   vic/branches/mpeg4/configure.in

Log:
No need to link against OpenSSL on MacOS X


Modified: vic/branches/mpeg4/configure.in
==============================================================================
--- vic/branches/mpeg4/configure.in	(original)
+++ vic/branches/mpeg4/configure.in	Mon May  5 01:43:25 2008
@@ -582,12 +582,12 @@
         V_STATIC=""
         V_BROKEN_OBJ=
         V_DEFINE="$V_DEFINE -DHAVE_IPV6 -DHAVE_FAST_INT"
-	V_LIB="$V_LIB -framework Carbon -framework QuickTime -lssl -lcrypto"
+        V_LIB="$V_LIB -framework Carbon -framework QuickTime"
         if test "$target_cpu" = powerpc; then
             V_CCOPT="-O2 $ppc_tune"
         fi
         OPSYS=macosx
-	;;
+        ;;
 esac
 
 case "$target" in



More information about the Sumover-dev mailing list