On Thu, Jun 11, 2015 at 04:08:49PM +0200, Nedeljko Babic wrote:
> From: Jovan Zelincevic <jovan.zelince...@imgtec.com>
> 
> Build system modified
> 
> Signed-off-by: Nedeljko Babic <nedeljko.ba...@imgtec.com>
> ---
>  configure                 |  1 +
>  libavcodec/Makefile       | 13 ++++++++++---
>  libavcodec/aacdec.c       |  1 -
>  libavcodec/aacdec_fixed.c |  1 -
>  libavcodec/allcodecs.c    |  1 +
>  5 files changed, 12 insertions(+), 5 deletions(-)

this adds some build warnings:
In file included from libavcodec/aacdec_fixed.c:426:0:
libavcodec/aacdec_template.c: In function ‘apply_tns’:
libavcodec/aacdec_template.c:2360:13: warning: passing argument 1 of 
‘compute_lpc_coefs’ from incompatible pointer type [enabled by default]
libavcodec/lpc.h:155:19: note: expected ‘const float *’ but argument is of type 
‘int *’
libavcodec/aacdec_template.c:2360:13: warning: passing argument 3 of 
‘compute_lpc_coefs’ from incompatible pointer type [enabled by default]
libavcodec/lpc.h:155:19: note: expected ‘float *’ but argument is of type ‘int 
*’
libavcodec/aacdec_template.c: In function ‘imdct_and_windowing_ld’:
libavcodec/aacdec_template.c:2570:5: warning: ISO C90 forbids mixed 
declarations and code [-Wdeclaration-after-statement]
libavcodec/aacdec_template.c: In function ‘imdct_and_windowing_eld’:
libavcodec/aacdec_template.c:2599:64: warning: pointer type mismatch in 
conditional expression [enabled by default]
In file included from libavcodec/aacdec_fixed.c:426:0:
libavcodec/aacdec_template.c: In function ‘spectral_to_sample’:
libavcodec/aacdec_template.c:2739:25: warning: passing argument 4 of 
‘ff_sbr_apply’ from incompatible pointer type [enabled by default]
libavcodec/aacsbr.h:46:6: note: expected ‘float *’ but argument is of type ‘int 
*’
libavcodec/aacdec_template.c:2739:25: warning: passing argument 5 of 
‘ff_sbr_apply’ from incompatible pointer type [enabled by default]
libavcodec/aacsbr.h:46:6: note: expected ‘float *’ but argument is of type ‘int 
*’

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to