Mercurial > libavutil.hg
changeset 431:fa6c031f2a57 libavutil
Disallow puts(), av_log() should be used instead.
author | diego |
---|---|
date | Thu, 17 Jan 2008 08:32:31 +0000 |
parents | 42011b593830 |
children | dcb08e8f3b2e |
files | internal.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Wed Jan 16 01:54:56 2008 +0000 +++ b/internal.h Thu Jan 17 08:32:31 2008 +0000 @@ -257,6 +257,8 @@ #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