diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-06-06 19:48:50 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-06-06 19:48:50 +0000 |
commit | 8850c69dbed1ae9737a0afbd25abe6a80c452949 (patch) | |
tree | cd715bdf534a08333466f45ddeb9e9d29b499814 /libavcodec/Makefile | |
parent | 3a9bc39eafd621e56fdf78c51a06c96e83273e26 (diff) | |
download | ffmpeg-8850c69dbed1ae9737a0afbd25abe6a80c452949.tar.gz |
10l, there is no aac.c any more, so no need for a dependency.
Originally committed as revision 23512 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 4f90ed9465..de6d8c3298 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -657,7 +657,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) $(M)./$< > $@ ifdef CONFIG_HARDCODED_TABLES -$(SUBDIR)aac.o $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h +$(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h |