[SCM] libav/experimental: Make code C conformant.

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


The following commit has been merged in the experimental branch:
commit 4fa1f6cc5c94b3e53c8bd8cfcaa488ec8215f961
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Feb 25 18:25:49 2008 +0000

    Make code C conformant.
    
    Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/mem.h b/libavutil/mem.h
index 4898b08..c39cce6 100644
--- a/libavutil/mem.h
+++ b/libavutil/mem.h
@@ -36,7 +36,7 @@
     #define DECLARE_ALIGNED(n,t,v)      __declspec(align(n)) t v
     #define DECLARE_ASM_CONST(n,t,v)    __declspec(align(n)) static const t v
 #else
-    #warning No align and asm directives, this might fail.
+//  #warning No align and asm directives, this might fail.
     #define DECLARE_ALIGNED(n,t,v)      t v
     #define DECLARE_ASM_CONST(n,t,v)    static const t v
 #endif

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list