Talk:FFmpeg codec HOWTO: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
m (Talk:FFmpeg codec howto moved to Talk:FFmpeg codec HOWTO: Fix title spelling.)
 
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
The command line utility -- whatever that did -- didn't do this.
The command line utility -- whatever that did -- didn't do this.


2.) What about these? gcc gives compilation errors; it needs to know to look for the symbol in the codec's c file
Thanks. --[[User:Gatoatigrado|Gatoatigrado]] 20:57, 17 March 2007 (EDT)


avcodec.h
: Yes, your observation is correct, the Makefile needs to be modified as well. Go right ahead and make the change. --[[User:DonDiego|DonDiego]] 07:51, 6 May 2007 (EDT)
extern AVCodec ac3_encoder;
extern AVCodec amr_nb_encoder;
extern AVCodec amr_wb_encoder;
 
Thanks. --[[User:Gatoatigrado|Gatoatigrado]] 20:57, 17 March 2007 (EDT)

Latest revision as of 06:47, 8 July 2010

I have a few questions. I can modify the wiki page when I find these out (maybe through email?)

1.) need to modify the makefile?

entries such as

OBJS-$(CONFIG_AASC_DECODER)            += aasc.o

The command line utility -- whatever that did -- didn't do this.

Thanks. --Gatoatigrado 20:57, 17 March 2007 (EDT)

Yes, your observation is correct, the Makefile needs to be modified as well. Go right ahead and make the change. --DonDiego 07:51, 6 May 2007 (EDT)