Opened 8 weeks ago

Closed 7 weeks ago

#11112 closed defect (fixed)

Compile error

Reported by: arosella Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hi there

Source sync from git repo, I got a compile error:

CC libavcodec/aac_ac3_parser.o
In file included from src/libavcodec/aac/aacdec_fixed.c:41:
src/libavcodec/sinewin_fixed_tablegen.h:39:10: fatal error: libavcodec/sinewin_fixed_tables.h: No such file or directory

39 | #include "libavcodec/sinewin_fixed_tables.h"

|

compilation terminated.
make: * libavcodec/aac/aacdec_fixed.o Error 1

I configured sources with flag "--enable-hardcoded-tables" and checking libavcodec/sinewin_fixed_tablegen.h seems to have a reference to the not-available file ( lines 37-44 )
#if CONFIG_HARDCODED_TABLES
#define init_sine_windows_fixed()
#define SINETABLE_CONST const
#include "libavcodec/sinewin_fixed_tables.h"
#else
do not use libavutil/libm.h since this is compiled both
for the host and the target and config.h is only valid for the target
#include <math.h>
#include "libavutil/attributes.h"

Change History (1)

comment:1 by James, 7 weeks ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.