diff adpcm.c @ 7197:54f8d960f15b libavcodec

Add a note to remind people that new PCM/ADPCM formats need to be added to the Makefile as well to allow proper selective compilation.
author diego
date Sat, 05 Jul 2008 07:30:59 +0000
parents e943e1409077
children b79a3cd9ed94
line wrap: on
line diff
--- a/adpcm.c	Sat Jul 05 07:28:35 2008 +0000
+++ b/adpcm.c	Sat Jul 05 07:30:59 2008 +0000
@@ -1636,6 +1636,7 @@
 #define ADPCM_CODEC(id,name,long_name_)         \
     ADPCM_ENCODER(id,name,long_name_) ADPCM_DECODER(id,name,long_name_)
 
+/* Note: Do not forget to add new entries to the Makefile as well. */
 ADPCM_DECODER(CODEC_ID_ADPCM_4XM, adpcm_4xm, "4X Movie ADPCM");
 ADPCM_DECODER(CODEC_ID_ADPCM_CT, adpcm_ct, "Creative Technology ADPCM");
 ADPCM_DECODER(CODEC_ID_ADPCM_EA, adpcm_ea, "Electronic Arts ADPCM");