Browse Source

vorbis_parser: Include stdint.h in the header, to make it work standalone

This fixes "make checkheaders".

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.5
Martin Storsjö 10 years ago
parent
commit
f20141d73f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/vorbis_parser.h

+ 2
- 0
libavcodec/vorbis_parser.h View File

@@ -27,6 +27,8 @@
#ifndef AVCODEC_VORBIS_PARSE_H #ifndef AVCODEC_VORBIS_PARSE_H
#define AVCODEC_VORBIS_PARSE_H #define AVCODEC_VORBIS_PARSE_H


#include <stdint.h>

typedef struct AVVorbisParseContext AVVorbisParseContext; typedef struct AVVorbisParseContext AVVorbisParseContext;


/** /**


Loading…
Cancel
Save