diff Makefile @ 11571:7d324b40c3d6 libavcodec

Allow hardcoding of ulaw and alaw tables.
author reimar
date Thu, 01 Apr 2010 17:54:15 +0000
parents d35c3095f96b
children bb17732c00ef
line wrap: on
line diff
--- a/Makefile	Thu Apr 01 17:11:47 2010 +0000
+++ b/Makefile	Thu Apr 01 17:54:15 2010 +0000
@@ -645,5 +645,6 @@
 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
+$(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h
 $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h
 endif