projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d312ad6
)
Add tag to output .c file
author
David Schleef
<ds@schleef.org>
Sat, 8 Nov 2003 02:58:08 +0000
(
02:58
+0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/gst/videofilter/make_filter
b/gst/videofilter/make_filter
index
06bb1fe
..
1efdf6f
100755
(executable)
--- 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;