[FFmpeg-devel] [PATCH 04/14] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

Michael Niedermayer michaelni at gmx.at
Sat May 16 02:14:33 CEST 2015


On Thu, May 14, 2015 at 03:33:56PM +0200, Nedeljko Babic wrote:
> From: Jovan Zelincevic <jovan.zelincevic at imgtec.com>
> 
> Build system modified
> 
> Signed-off-by: Nedeljko Babic <nedeljko.babic at 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(-)

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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150516/26411c78/attachment.asc>


More information about the ffmpeg-devel mailing list