[FFmpeg-cvslog] avcodec/Makefile: use the correct path for aacdec_fixed.o when setting its dependencies
James Almer
git at videolan.org
Wed Jul 31 17:32:50 EEST 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Jul 31 11:31:25 2024 -0300| [ab5c612137a8b8829abda35fc8a752173b52531a] | committer: James Almer
avcodec/Makefile: use the correct path for aacdec_fixed.o when setting its dependencies
Fixes ticket #11112
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab5c612137a8b8829abda35fc8a752173b52531a
---
libavcodec/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the ffmpeg-cvslog
mailing list