G'day Indrani, On Sun, Mar 23, 2008 at 11:54 AM, Indrani Kundu Saha <[EMAIL PROTECTED]> wrote:
> Hi, > I have got into a stupid compilation problem. I am > trying to register my demuxer for initial testing and > here is what I have done: > > At line 170 I added > ++ libavformat/allformats.c REGISTER_DEMUXER (YOP,yop) Did you do configure after registering your muxer in allformats.c? Because configure picks up these changes from the avformat.c for muxers and parsers. Also if you do this you'll see that newly generated config.h file shall have #define CONFIG_YOP_DEMUXER 1 and #define ENABLE_YOP_DEMUXER 1 in them. Cheers A G BHATT _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
