From fb66c31da43062e7e31d146803fba6d106188d39 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Sat, 16 Oct 2010 08:50:50 +0000 Subject: 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 --- libavformat/oggparsevorbis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oggparsevorbis.c') diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c index 9f873934c4..ab6c6c74d8 100644 --- a/libavformat/oggparsevorbis.c +++ b/libavformat/oggparsevorbis.c @@ -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) { -- cgit v1.2.3