gamma yuva hist fix, theme change without exit
[goodguy/history.git] / cinelerra-5.0 / configure
index c9167acfd5ee3cd3c1eca7fe179d37fb0c6562eb..701faf420d33ff35ef180c79e2c0eec6a376cc5a 100755 (executable)
@@ -160,14 +160,6 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-# fix libraries
-echo CONFIGURING QUICKTIME
-cd quicktime* && ./configure && cd ..
-if [ $? -ne 0 ]; then
-  echo "Error in quicktime configuration."
-  exit 1
-fi
-
 echo CONFIGURING LIBZMPEG3
 cd libzmpeg3* && ./configure && cd ..
 if [ $? -ne 0 ]; then