Add tag to output .c file
authorDavid Schleef <ds@schleef.org>
Sat, 8 Nov 2003 02:58:08 +0000 (02:58 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 8 Nov 2003 02:58:08 +0000 (02:58 +0000)
Original commit message from CVS:
Add tag to output .c file

gst/videofilter/make_filter

index 06bb1fe..1efdf6f 100755 (executable)
@@ -19,6 +19,7 @@ open OUT, ">gst$template.c";
 map { s/Videotemplate/$Template/g;
        s/videotemplate/$template/g;
        s/VIDEOTEMPLATE/$TEMPLATE/g;
+       s/\$Id$/$1/g;
 } @lines;
 
 print OUT @lines;