Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2d40968d
Commit
2d40968d
authored
Jul 28, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavu: Drop deprecated audioconvert.h header
Deprecated in 11/2012.
parent
cdfe45ad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
Makefile
libavutil/Makefile
+0
-1
audioconvert.h
libavutil/audioconvert.h
+0
-6
version.h
libavutil/version.h
+0
-3
No files found.
libavutil/Makefile
View file @
2d40968d
...
...
@@ -4,7 +4,6 @@ HEADERS = adler32.h \
aes.h
\
attributes.h
\
audio_fifo.h
\
audioconvert.h
\
avassert.h
\
avstring.h
\
avutil.h
\
...
...
libavutil/audioconvert.h
deleted
100644 → 0
View file @
cdfe45ad
#include "version.h"
#if FF_API_AUDIOCONVERT
#include "channel_layout.h"
#endif
libavutil/version.h
View file @
2d40968d
...
...
@@ -81,9 +81,6 @@
#ifndef FF_API_CONTEXT_SIZE
#define FF_API_CONTEXT_SIZE (LIBAVUTIL_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_AUDIOCONVERT
#define FF_API_AUDIOCONVERT (LIBAVUTIL_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_CPU_FLAG_MMX2
#define FF_API_CPU_FLAG_MMX2 (LIBAVUTIL_VERSION_MAJOR < 55)
#endif
...
...
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