[SCM] libav/experimental: Fix building, include the header instead of the source file

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:17:48 UTC 2013


The following commit has been merged in the experimental branch:
commit fb66c31da43062e7e31d146803fba6d106188d39
Author: Martin Storsjö <martin at martin.st>
Date:   Sat Oct 16 08:50:50 2010 +0000

    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

diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c
index 9f87393..ab6c6c7 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)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list