diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-04-01 17:54:15 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-04-01 17:54:15 +0000 |
commit | fa034b44270bbddfc11c691e94a6b8e97c68f84b (patch) | |
tree | 9b45fce7a1d88ad329e5b9742afe2f40526be40c /libavcodec/Makefile | |
parent | 8eaa6e0e04c3c340d7c44a97613ebc6dbcc0a51d (diff) | |
download | ffmpeg-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/Makefile | 1 |
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 |