summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/make_filter
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-08 02:58:08 +0000
committerDavid Schleef <ds@schleef.org>2003-11-08 02:58:08 +0000
commit1307da3508fa0db9f027fcc9893481eb1bbe1644 (patch)
tree00775b8319520a5658551242d9fef6071bd07317 /gst/videofilter/make_filter
parentd312ad6641569f9e8e89af8d145dfdd946f33132 (diff)
Add tag to output .c file
Original commit message from CVS: Add tag to output .c file
Diffstat (limited to 'gst/videofilter/make_filter')
-rwxr-xr-xgst/videofilter/make_filter1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videofilter/make_filter b/gst/videofilter/make_filter
index 06bb1fed..1efdf6fd 100755
--- a/gst/videofilter/make_filter
+++ b/gst/videofilter/make_filter
@@ -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;