1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-02 01:05:03 +02:00

Disallow puts(), av_log() should be used instead.

Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-01-17 08:32:31 +00:00
parent f9cac0a778
commit 59ec6991ac

View File

@ -257,6 +257,8 @@ if((y)<(x)){\
#define printf please_use_av_log
#undef fprintf
#define fprintf please_use_av_log
#undef puts
#define puts please_use_av_log
#undef perror
#define perror please_use_av_log_instead_of_perror
#endif