projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1307da3
)
break up Id: in s/ pattern
author
David Schleef
<ds@schleef.org>
Sat, 8 Nov 2003 03:00:07 +0000
(
03:00
+0000)
committer
David Schleef
<ds@schleef.org>
Sat, 8 Nov 2003 03:00:07 +0000
(
03:00
+0000)
Original commit message from CVS:
break up Id: in s/ pattern
gst/videofilter/make_filter
patch
|
blob
|
history
diff --git
a/gst/videofilter/make_filter
b/gst/videofilter/make_filter
index 1efdf6fdb19c52b0d501ced44885ae14a44e276e..50741e7906088b8c42074d80e173af9731d96f8d 100755
(executable)
--- 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;