[Ffmpeg-devel] BlackFin lowlevel pixel operations PATCH

Marc Hoffman mmh
Thu Mar 29 12:15:10 CEST 2007


M?ns Rullg?rd writes:
 > Rich Felker <dalias at aerifal.cx> writes:
 > 
 > > On Wed, Mar 28, 2007 at 11:00:47PM +0100, M?ns Rullg?rd wrote:
 > >> >  EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
 > >> >  
 > >> >  NAME=avcodec
 > >> > Index: bfin/fdct_bfin.S
 > >> > ===================================================================
 > >> > --- bfin/fdct_bfin.S	(revision 0)
 > >> > +++ bfin/fdct_bfin.S	(revision 0)
 > >> > @@ -0,0 +1,383 @@
 > >> > +/*                              -*- text -*-
 > >> 
 > >> Just out of interest, why force text mode in Emacs?
 > >
 > > Defaults for asm mode in Emacs _really_ suck. :)
 > 
 > That's partly because there are so many different asm dialects.  By
 > customizing it for your particular variant, you can get much better
 > than plan text-mode.

Not only does it *suck* for any ADI processor or any processor that
has algebraic syntax it does horrible things to your code.  So I just
turn it off I hope no one minds too much.  I actually fixed it (the
emacs lisp) once but that machine is long gone and I don't have time
any longer for that type of stuff so the -*- text -*- appears in my
assembler codes at the top to remind me of this fact.

Have a Nice Day
Marc




More information about the ffmpeg-devel mailing list