diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-28 14:55:50 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-07 10:29:19 +0100 |
commit | bdd55e1dd835f71bb78244d6146ec45d6158b2ec (patch) | |
tree | 47ff5f73e6f450c2380a85df5d7d0c3e0189ec9b /libavcodec/Makefile | |
parent | 698a4b22d09daf592c68b1a044ad22d5a7daf884 (diff) | |
download | ffmpeg-bdd55e1dd835f71bb78244d6146ec45d6158b2ec.tar.gz |
avcodec/Makefile: Remove dependency for nonexistent files
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 0c21be57c1..8820e9ce7c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1284,7 +1284,6 @@ $(SUBDIR)cbrt_data_fixed.o: $(SUBDIR)cbrt_fixed_tables.h $(SUBDIR)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)aactab_fixed.o: $(SUBDIR)aac_fixed_tables.h $(SUBDIR)dvenc.o: $(SUBDIR)dv_tables.h $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h $(SUBDIR)mpegaudiodec_common.o: $(SUBDIR)mpegaudiodec_common_tables.h |