diff options
Diffstat (limited to 'gst')
-rwxr-xr-x | gst/videofilter/make_filter | 1 |
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; |