[SCM] libav/experimental: #include just the required stdint.h instead of libavutil/common.h.

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


The following commit has been merged in the experimental branch:
commit 84ef7e7fc3339378ec219ffc7cd31e2385c007f8
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jul 22 22:57:17 2009 +0000

    #include just the required stdint.h instead of libavutil/common.h.
    
    Originally committed as revision 19497 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3dec_data.h b/libavcodec/ac3dec_data.h
index c9bb586..b3e8711 100644
--- a/libavcodec/ac3dec_data.h
+++ b/libavcodec/ac3dec_data.h
@@ -22,7 +22,7 @@
 #ifndef AVCODEC_AC3DEC_DATA_H
 #define AVCODEC_AC3DEC_DATA_H
 
-#include "libavutil/common.h"
+#include <stdint.h>
 
 extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
 extern const uint8_t ff_eac3_hebap_tab[64];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list