On Wednesday 25 April 2007 17:02, Graham Evans wrote: > It seems all these problems have come up before but I can't find the > solutions. Apparently the themes aren't building properly because of > the static linking options I've used in my configure line. But I can't > get a successful build without those options...
Right, you can't build cinelerra statically (--disable-shared --enable-static) You can try to build the internal ffmpeg with different optimization options like this: $ make .... terminates with an error.... $ cd quicktime/ffmpeg $ make clean $ make CFLAGS='-O0 -g' .... hopefully works... $ cd ../.. && make Try different optimization levels in CFLAGS. -- Hannes _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
