summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/make_filter
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-08 03:00:07 +0000
committerDavid Schleef <ds@schleef.org>2003-11-08 03:00:07 +0000
commit4a7080ae858a5621980335efa58e219392d81005 (patch)
treec50cd62cf23a7e594cc769d9d6ccd129cd78be12 /gst/videofilter/make_filter
parent1307da3508fa0db9f027fcc9893481eb1bbe1644 (diff)
break up Id: in s/ pattern
Original commit message from CVS: break up Id: in s/ pattern
Diffstat (limited to 'gst/videofilter/make_filter')
-rwxr-xr-xgst/videofilter/make_filter3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/videofilter/make_filter b/gst/videofilter/make_filter
index 1efdf6fd..50741e79 100755
--- a/gst/videofilter/make_filter
+++ b/gst/videofilter/make_filter
@@ -19,7 +19,8 @@ open OUT, ">gst$template.c";
map { s/Videotemplate/$Template/g;
s/videotemplate/$template/g;
s/VIDEOTEMPLATE/$TEMPLATE/g;
- s/\$Id$/$1/g;
+ # remember to break up the Id: in the line below
+ s/\$I[d]: (.*)\$/$1/g;
} @lines;
print OUT @lines;