thanh nhan thanh nhan <nhanndt_87@...> writes: > I am developing pcm decoding using ffmpeg libraries in Linux. > I successfully built my program. The problem is the executable > file size is very big ( ~ 63Mb) even though i just used few > functions on audio decoding. I wanna downsize the executable > file as much as possible.
Please provide your current FFmpeg configure line / start with --disable-all and enable everything you need. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
