On Mon, Mar 5, 2012 at 10:21 PM, Keith Bellairs <[email protected]> wrote: > It is the same error that was on this ticket: > > http://bugs.cinelerra.org/ticket/527 (not mine of course) > This thing happnes if you have not nasm installed and this breaks make.
After you install nasm, make cant continue correctly because requred targets *.lo are made, bit real objects are not. You have to remove mpeg2enc/*.lo. After that make can continue correctly. Someone has to add the check of nasm in configure.in Einar _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
