[SCM] libav/experimental: inttypes.h patch by (Chip <szarlada at freemail dot hu>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:39:00 UTC 2013


The following commit has been merged in the experimental branch:
commit d398a27e0b98f2d575d4e69ce4974768dff9f7d8
Author: Chip <szarlada at freemail.hu>
Date:   Thu Jan 22 12:09:14 2004 +0000

    inttypes.h patch by (Chip <szarlada at freemail dot hu>)
    
    Originally committed as revision 2717 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/golomb.c b/libavcodec/golomb.c
index a696b2a..a63f822 100644
--- a/libavcodec/golomb.c
+++ b/libavcodec/golomb.c
@@ -25,7 +25,7 @@
  * @author Michael Niedermayer <michaelni at gmx.at>
  */
 
-#include <inttypes.h>
+#include "common.h"
  
 const uint8_t ff_golomb_vlc_len[512]={
 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list