The implementation works when all the pathces are applied. I'll make the changes so the code is buildable alvays (after each patch is apllied) and I will resend the patch set.
Thanks, - Nedeljko ________________________________________ Od: [email protected] [[email protected]] u ime korisnika Michael Niedermayer [[email protected]] Poslato: 16. maj 2015 2:14 Za: FFmpeg development discussions and patches Cc: Zeljko Lukac; Jovan Zelincevic Tema: Re: [FFmpeg-devel] [PATCH 04/14] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4] On Thu, May 14, 2015 at 03:33:56PM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic <[email protected]> > > Build system modified > > Signed-off-by: Nedeljko Babic <[email protected]> > --- > 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(-) i applied the first 4 patches locally but it fails to build In file included from libavcodec/alacenc.c:25:0: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/aacdec.c:46:0: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/aacdec_fixed.c:71:0: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/cngenc.c:27:0: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/lpc.c:26:0: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/flacenc.c:32:0: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/ra288.c:30:0: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/ra144.h:26:0, from libavcodec/ra144.c:26: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/ra144.h:26:0, from libavcodec/ra144enc.c:36: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/ra144.h:26:0, from libavcodec/ra144dec.c:29: libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory compilation terminated. In file included from libavcodec/x86/lpc.c:27:0: ./libavcodec/lpc.h:28:25: fatal error: aac_defines.h: No such file or directory [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Avoid a single point of failure, be that a person or equipment. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
