#11112: Compile error
----------------------------------+--------------------------------------
Reporter: arosella | Type: defect
Status: new | Priority: normal
Component: avcodec | Version: git-master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
----------------------------------+--------------------------------------
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: *** [/home/macchinista/Sources/ffmpeg/ffbuild/common.mak:81:
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"
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11112>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".