diff options
author | James Almer <jamrial@gmail.com> | 2024-07-31 11:31:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-07-31 11:32:56 -0300 |
commit | ab5c612137a8b8829abda35fc8a752173b52531a (patch) | |
tree | 75daad73f50e84642de9bc85e1508a69af0b6b97 | |
parent | 43f702a2532c7ddd84160a0a46ed36ad6f4b7c0a (diff) | |
download | ffmpeg-ab5c612137a8b8829abda35fc8a752173b52531a.tar.gz |
avcodec/Makefile: use the correct path for aacdec_fixed.o when setting its dependencies
Fixes ticket #11112
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 771e2b597e..262d0a3d3e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1350,7 +1350,7 @@ $(GEN_HEADERS): $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) ifdef CONFIG_HARDCODED_TABLES $(SUBDIR)cbrt_data.o: $(SUBDIR)cbrt_tables.h $(SUBDIR)cbrt_data_fixed.o: $(SUBDIR)cbrt_fixed_tables.h -$(SUBDIR)aacdec_fixed.o: $(SUBDIR)sinewin_fixed_tables.h +$(SUBDIR)aac/aacdec_fixed.o: $(SUBDIR)sinewin_fixed_tables.h $(SUBDIR)aacps_float.o: $(SUBDIR)aacps_tables.h $(SUBDIR)aacps_fixed.o: $(SUBDIR)aacps_fixed_tables.h $(SUBDIR)dvenc.o: $(SUBDIR)dv_tables.h |