mirror of https://git.ffmpeg.org/ffmpeg.git
Fix building, include the header instead of the source file
Builds only seemed to have been broken in some configurations, though. Originally committed as revision 25499 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
96d1e75a0c
commit
fb66c31da4
|
@ -29,7 +29,7 @@
|
||||||
#include "libavcodec/bytestream.h"
|
#include "libavcodec/bytestream.h"
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
#include "oggdec.h"
|
#include "oggdec.h"
|
||||||
#include "vorbiscomment.c"
|
#include "vorbiscomment.h"
|
||||||
|
|
||||||
static int ogm_chapter(AVFormatContext *as, uint8_t *key, uint8_t *val)
|
static int ogm_chapter(AVFormatContext *as, uint8_t *key, uint8_t *val)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue