Skip to content
Snippets Groups Projects
Commit 59ec6991 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f9cac0a7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment