[SCM] libav/experimental: parser.h uses AVCodecContext so it needs to include avcodec.h

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:29 UTC 2013


The following commit has been merged in the experimental branch:
commit 41fe05524274d094a2edbf7b5836ccd4dd6e171c
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Sat May 5 17:56:47 2007 +0000

    parser.h uses AVCodecContext so it needs to include avcodec.h
    
    Originally committed as revision 8897 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/parser.h b/libavcodec/parser.h
index 80a6007..4be12e9 100644
--- a/libavcodec/parser.h
+++ b/libavcodec/parser.h
@@ -23,6 +23,7 @@
 #ifndef FFMPEG_PARSER_H
 #define FFMPEG_PARSER_H
 
+#include "avcodec.h"
 #include "ac3.h"
 
 typedef struct ParseContext{

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list