dear list,

may i propose to address bug #397 with the following little patch?



diff --git a/configure.in b/configure.in
index 87f09b4..fee9fbb 100644
--- a/configure.in
+++ b/configure.in
@@ -337,6 +337,10 @@ AM_CONDITIONAL(FFMPEG_ARCH_32BIT, test "x$ffmpeg_32bit" = "xyes")
 AC_SUBST(LIBDECORE_LIBADD)
 AC_SUBST(CPU_CFLAGS)

+if test "x$enable_mmx" = "xyes"; then
+  AC_PATH_PROG(NASM, nasm)
+fi
+
 ############## END OF MMX / 3DNOW

 ############ external ffmpeg




arno



--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to