projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63455b8
)
aacdec also depends on cbrt_tables.h for hardcoded-tables.
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 6 Jun 2010 15:27:37 +0000
(15:27 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sun, 6 Jun 2010 15:27:37 +0000
(15:27 +0000)
Originally committed as revision 23505 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index
ba13204
..
4f90ed9
100644
(file)
--- 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)cbrt_tables.h
+$(SUBDIR)aac.o
$(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