[SCM] libav/experimental: printf() requires stdio.h

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


The following commit has been merged in the experimental branch:
commit b9ebf325c6baf50f595966c2ae9e9d112e83531d
Author: Pierre Lombard <p_l at gmx.fr>
Date:   Sat Sep 20 11:57:42 2003 +0000

    printf() requires stdio.h
    
    Originally committed as revision 10891 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

diff --git a/postproc/rgb2rgb.h b/postproc/rgb2rgb.h
index f5cb903..c92d727 100644
--- a/postproc/rgb2rgb.h
+++ b/postproc/rgb2rgb.h
@@ -9,6 +9,8 @@
 #ifndef RGB2RGB_INCLUDED
 #define RGB2RGB_INCLUDED
 
+#include <stdio.h>
+
 /* A full collection of rgb to rgb(bgr) convertors */
 extern void (*rgb24to32)(const uint8_t *src,uint8_t *dst,unsigned src_size);
 extern void (*rgb24to16)(const uint8_t *src,uint8_t *dst,unsigned src_size);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list