[FFmpeg-devel] [PATCH 3/3] two functions were declared inline but were referenced elsewhere

C Chatterjee cchatterj at hotmail.com
Mon Jun 11 23:21:34 CEST 2012


The other problematic item is the MANGLE macro. How did you get around that?

Chanchal Chatterjee

> To: ffmpeg-devel at ffmpeg.org
> From: cehoyos at ag.or.at
> Date: Mon, 11 Jun 2012 21:13:59 +0000
> Subject: Re: [FFmpeg-devel] [PATCH 3/3] two functions were declared inline	but were referenced elsewhere
> 
> J. Bohl <jbohl <at> jbohl.de> writes:
> 
> > The Intel compiler's support for AT&T-inline-assembly is not 
> > really complete compared to GCC, foremost it is lacking the 
> > ability to reference external symbols in assembly code. I had 
> > to turn all external references into passing the addresses as 
> > input registers ("m"). However, this worked out ok and all 
> > code compiles flawless now (and works, at least as far as 
> > my testing goes).
> > I am not sure whether these changes are of interest here.
> 
> I have a suspicion that the patch will either introduce a 
> performance penalty or break compilation on some platforms (or 
> both) and is therefore unacceptable (but I may be wrong), but 
> *please* send the patches (or consider publishing a git clone): 
> Many people have asked for it (and many have promised patches 
> that never showed up).
> 
> Carl Eugen
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 		 	   		  


More information about the ffmpeg-devel mailing list