diff options
author | Marco Gerards <mgerards@xs4all.nl> | 2007-04-07 16:03:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-07 16:03:23 +0000 |
commit | d1e0d21f9492215b324fe7872e050b2d48a55c1d (patch) | |
tree | 3e67a6ef88f4f739cdf795e07399202e72a9fd89 /libavcodec/Makefile | |
parent | efd2afc2aef18e9c8d43a18dccc792d901528992 (diff) | |
download | ffmpeg-d1e0d21f9492215b324fe7872e050b2d48a55c1d.tar.gz |
THP PCM decoder, used on the Nintendo GameCube.
patch by Marco Gerards, mgerards xs4all nl
Originally committed as revision 8646 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 175755eb90..a07879e962 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -250,6 +250,7 @@ OBJS-$(CONFIG_ADPCM_SBPRO_4_DECODER) += adpcm.o OBJS-$(CONFIG_ADPCM_SBPRO_4_ENCODER) += adpcm.o OBJS-$(CONFIG_ADPCM_SWF_DECODER) += adpcm.o OBJS-$(CONFIG_ADPCM_SWF_ENCODER) += adpcm.o +OBJS-$(CONFIG_ADPCM_THP_DECODER) += adpcm.o OBJS-$(CONFIG_ADPCM_XA_DECODER) += adpcm.o OBJS-$(CONFIG_ADPCM_XA_ENCODER) += adpcm.o OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o |