Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
af5f434f
Commit
af5f434f
authored
Jan 13, 2009
by
Aurelien Jacobs
Browse files
add the necessary include for LIBAV*_VERSION_*
Originally committed as revision 16571 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9a0cf9f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
libavcodec/opt.h
View file @
af5f434f
...
...
@@ -28,6 +28,7 @@
*/
#include "libavutil/rational.h"
#include "avcodec.h"
enum
AVOptionType
{
FF_OPT_TYPE_FLAGS
,
...
...
libavutil/fifo.h
View file @
af5f434f
...
...
@@ -25,6 +25,7 @@
#define AVUTIL_FIFO_H
#include <stdint.h>
#include "avutil.h"
#include "common.h"
typedef
struct
AVFifoBuffer
{
...
...
libavutil/log.h
View file @
af5f434f
...
...
@@ -22,6 +22,7 @@
#define AVUTIL_LOG_H
#include <stdarg.h>
#include "avutil.h"
/**
* Describes the class of an AVClass context structure, that is an
...
...
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