[Ffmpeg-devel] movenc.c depends on mov.c

Ramiro Polla ramiro86
Mon Jul 31 22:26:50 CEST 2006


Hello,

When I run "./configure --enable-memalign-hack --enable-shared
--disable-static --disable-decoders --disable-parsers
--disable-demuxers", I get an error of undefined reference to
`ff_mov_obj_type' and to `ff_mov_iso639_to_lang' from movenc.c while
linking libavcodec.

Yes, I do want to produce ffmpeg with no decoding support, since I will
create and provide the data (just like output_example does).

Those symbols both exist in mov.c, and are declared as externs in mov.h.
Since I chose not to decode anything, mov.c is not compiled, and
movenc.c can't find the symbols. Could the maintainers of movenc.c try
to fix this, please?

Thanks,
Ramiro Polla






More information about the ffmpeg-devel mailing list