mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
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 "avformat.h"
|
||||
#include "oggdec.h"
|
||||
#include "vorbiscomment.c"
|
||||
#include "vorbiscomment.h"
|
||||
|
||||
static int ogm_chapter(AVFormatContext *as, uint8_t *key, uint8_t *val)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user