Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
fb8648ad
Commit
fb8648ad
authored
Jun 04, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
parent
f25a2ece
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
internal.h
libavutil/internal.h
+0
-2
No files found.
libavutil/internal.h
View file @
fb8648ad
...
@@ -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)\
{\
{\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment