aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-04-01 17:54:15 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-04-01 17:54:15 +0000
commitfa034b44270bbddfc11c691e94a6b8e97c68f84b (patch)
tree9b45fce7a1d88ad329e5b9742afe2f40526be40c /libavcodec/Makefile
parent8eaa6e0e04c3c340d7c44a97613ebc6dbcc0a51d (diff)
downloadffmpeg-fa034b44270bbddfc11c691e94a6b8e97c68f84b.tar.gz
Allow hardcoding of ulaw and alaw tables.
Originally committed as revision 22762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4667be2c8e..4fce1bb058 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -645,5 +645,6 @@ $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
$(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