Revert "Fix compilation with hardcoded tables."

This reverts commit b17b296369.
pull/4/head
Carl Eugen Hoyos 13 years ago
parent 1dab5efa01
commit 9a0f2b7b3a
  1. 1
      libavcodec/Makefile

@ -792,7 +792,6 @@ ifdef CONFIG_HARDCODED_TABLES
$(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
$(SUBDIR)aacps.o: $(SUBDIR)aacps_tables.h
$(SUBDIR)aactab.o: $(SUBDIR)aac_tables.h
$(SUBDIR)dvdec.o: $(SUBDIR)dv_tables.h
$(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
$(SUBDIR)sinewin.o: $(SUBDIR)sinewin_tables.h
$(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h

Loading…
Cancel
Save