Talk:FFmpeg codec HOWTO: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 7: Line 7:


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
avcodec.h
extern AVCodec ac3_encoder;
extern AVCodec amr_nb_encoder;
extern AVCodec amr_wb_encoder;


Thanks. --[[User:Gatoatigrado|Gatoatigrado]] 20:57, 17 March 2007 (EDT)
Thanks. --[[User:Gatoatigrado|Gatoatigrado]] 20:57, 17 March 2007 (EDT)

Revision as of 18:04, 17 March 2007

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)