Commit fb8648ad authored by Diego Biurrun's avatar Diego Biurrun

Remove unnecessary LIBAVFORMAT_BUILD #ifdef.

parent f25a2ece
...@@ -141,7 +141,6 @@ ...@@ -141,7 +141,6 @@
#define strncpy strncpy_is_forbidden_due_to_security_issues_use_av_strlcpy #define strncpy strncpy_is_forbidden_due_to_security_issues_use_av_strlcpy
#undef exit #undef exit
#define exit exit_is_forbidden #define exit exit_is_forbidden
#ifndef LIBAVFORMAT_BUILD
#undef printf #undef printf
#define printf please_use_av_log_instead_of_printf #define printf please_use_av_log_instead_of_printf
#undef fprintf #undef fprintf
...@@ -150,7 +149,6 @@ ...@@ -150,7 +149,6 @@
#define puts please_use_av_log_instead_of_puts #define puts please_use_av_log_instead_of_puts
#undef perror #undef perror
#define perror please_use_av_log_instead_of_perror #define perror please_use_av_log_instead_of_perror
#endif
#define FF_ALLOC_OR_GOTO(ctx, p, size, label)\ #define FF_ALLOC_OR_GOTO(ctx, p, size, label)\
{\ {\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment