[FFmpeg-user] Hi, I want to ask a quesiton.I add a "xxx.c" file to ffmpeg project, but I don't know how to compile it

Wagner Patriota wagner.patriota at gmail.com
Tue Jun 12 06:46:30 CEST 2012


edit the Makefile of the project you want to compile ir for...
read the Makefile and take all other objects as example... basically you
should add xxx.o to eh "OBJS" on the very beginning of the file...

On Mon, Jun 11, 2012 at 11:58 PM, 高伟 <highgod0401 at gmail.com> wrote:

> Hi,
>
> I want to ask a quesiton.I add a "xxx.c" file to ffmpeg project,but I don't
> know how to compile it,where should I modify to compile the file I add?
>
> Thanks
> Best regards
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list