Talk:FFmpeg codec HOWTO

From MultimediaWiki
Revision as of 17:57, 17 March 2007 by Gatoatigrado (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

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. --Gatoatigrado 20:57, 17 March 2007 (EDT)