mirror of https://git.ffmpeg.org/ffmpeg.git
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
This commit is contained in:
parent
f25a2ece76
commit
fb8648ad4b
|
@ -141,7 +141,6 @@
|
|||
#define strncpy strncpy_is_forbidden_due_to_security_issues_use_av_strlcpy
|
||||
#undef exit
|
||||
#define exit exit_is_forbidden
|
||||
#ifndef LIBAVFORMAT_BUILD
|
||||
#undef printf
|
||||
#define printf please_use_av_log_instead_of_printf
|
||||
#undef fprintf
|
||||
|
@ -150,7 +149,6 @@
|
|||
#define puts please_use_av_log_instead_of_puts
|
||||
#undef perror
|
||||
#define perror please_use_av_log_instead_of_perror
|
||||
#endif
|
||||
|
||||
#define FF_ALLOC_OR_GOTO(ctx, p, size, label)\
|
||||
{\
|
||||
|
|
Loading…
Reference in New Issue