Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
cdf35ce0
Commit
cdf35ce0
authored
Aug 31, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: fix avutil55 audioconvert compilation
parent
5f91febe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
modules/codec/avcodec/audio.c
modules/codec/avcodec/audio.c
+2
-1
modules/codec/avcodec/avcommon_compat.h
modules/codec/avcodec/avcommon_compat.h
+4
-0
No files found.
modules/codec/avcodec/audio.c
View file @
cdf35ce0
...
...
@@ -36,12 +36,13 @@
#include <vlc_codec.h>
#include <vlc_avcodec.h>
#include "avcodec.h"
#include <libavcodec/avcodec.h>
#include <libavutil/mem.h>
#include <libavutil/audioconvert.h>
#include "avcodec.h"
/*****************************************************************************
* decoder_sys_t : decoder descriptor
...
...
modules/codec/avcodec/avcommon_compat.h
View file @
cdf35ce0
...
...
@@ -75,6 +75,10 @@ static inline void avcodec_free_context( AVCodecContext **ctx )
#endif
/* HAVE_LIBAVUTIL_AVUTIL_H */
#if LIBAVUTIL_VERSION_MAJOR >= 55
# define FF_API_AUDIOCONVERT 1
#endif
/* libavutil/pixfmt.h */
#ifndef PixelFormat
# define PixelFormat AVPixelFormat
...
...
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