Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
eda4cf92
Commit
eda4cf92
authored
14 years ago
by
Anton Khirnov
Committed by
Ronald S. Bultje
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
avio: always compile avio_printf, rather than on CONFIG_MUXERS
Signed-off-by:
Ronald S. Bultje
<
rsbultje@gmail.com
>
parent
d9d86e00
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavformat/aviobuf.c
+0
-2
0 additions, 2 deletions
libavformat/aviobuf.c
with
0 additions
and
2 deletions
libavformat/aviobuf.c
+
0
−
2
View file @
eda4cf92
...
...
@@ -924,7 +924,6 @@ URLContext *url_fileno(AVIOContext *s)
return
s
->
opaque
;
}
#if CONFIG_MUXERS
int
avio_printf
(
AVIOContext
*
s
,
const
char
*
fmt
,
...)
{
va_list
ap
;
...
...
@@ -937,7 +936,6 @@ int avio_printf(AVIOContext *s, const char *fmt, ...)
avio_write
(
s
,
buf
,
strlen
(
buf
));
return
ret
;
}
#endif //CONFIG_MUXERS
#if FF_API_OLD_AVIO
char
*
url_fgets
(
AVIOContext
*
s
,
char
*
buf
,
int
buf_size
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment