Browse Source

Remove unnecessary LIBAVFORMAT_BUILD #ifdef.

tags/n0.8
Diego Biurrun 14 years ago
parent
commit
fb8648ad4b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavutil/internal.h

+ 0
- 2
libavutil/internal.h View File

@@ -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…
Cancel
Save