diff --git a/libavformat/raw.c b/libavformat/raw.c
index 5527abbebcf949f04975e598ec76560e57c46266..788175f4babc2bb27419379685a54810b03e9347 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -424,6 +424,9 @@ static int flac_probe(AVProbeData *p)
     else                          return AVPROBE_SCORE_MAX / 2;
 }
 
+
+/* Note: Do not forget to add new entries to the Makefile as well. */
+
 AVInputFormat shorten_demuxer = {
     "shn",
     NULL_IF_CONFIG_SMALL("raw Shorten"),