[SCM] libav/experimental: Fix make checkheaders by adding missing #include.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:09:08 UTC 2013


The following commit has been merged in the experimental branch:
commit b0bd01d68a5ed5c9c6fa16808c541771c36587d1
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Nov 7 23:06:27 2007 +0000

    Fix make checkheaders by adding missing #include.
    
    Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/huffman.h b/libavcodec/huffman.h
index 41d6d5a..57fbefa 100644
--- a/libavcodec/huffman.h
+++ b/libavcodec/huffman.h
@@ -24,6 +24,7 @@
 #define FFMPEG_HUFFMAN_H
 
 #include "avcodec.h"
+#include "bitstream.h"
 
 typedef struct {
     int16_t  sym;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list