[FFmpeg-cvslog] r25499 - trunk/libavformat/oggparsevorbis.c

mstorsjo subversion
Sat Oct 16 10:50:50 CEST 2010


Author: mstorsjo
Date: Sat Oct 16 10:50:50 2010
New Revision: 25499

Log:
Fix building, include the header instead of the source file

Builds only seemed to have been broken in some configurations, though.

Modified:
   trunk/libavformat/oggparsevorbis.c

Modified: trunk/libavformat/oggparsevorbis.c
==============================================================================
--- trunk/libavformat/oggparsevorbis.c	Sat Oct 16 01:23:47 2010	(r25498)
+++ trunk/libavformat/oggparsevorbis.c	Sat Oct 16 10:50:50 2010	(r25499)
@@ -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)
 {



More information about the ffmpeg-cvslog mailing list