]> git.sesse.net Git - ffmpeg/commitdiff
Fix building, include the header instead of the source file
authorMartin Storsjö <martin@martin.st>
Sat, 16 Oct 2010 08:50:50 +0000 (08:50 +0000)
committerMartin Storsjö <martin@martin.st>
Sat, 16 Oct 2010 08:50:50 +0000 (08:50 +0000)
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

index 9f873934c4b6a2d7348695f64bd8bd4377943dbd..ab6c6c74d8ddca12225a3f356b28fb896ee3847f 100644 (file)
@@ -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)
 {