mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02: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 "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…
x
Reference in New Issue
Block a user