mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Add tag to output .c file
Original commit message from CVS: Add tag to output .c file
This commit is contained in:
parent
d312ad6641
commit
1307da3508
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ open OUT, ">gst$template.c";
|
||||||
map { s/Videotemplate/$Template/g;
|
map { s/Videotemplate/$Template/g;
|
||||||
s/videotemplate/$template/g;
|
s/videotemplate/$template/g;
|
||||||
s/VIDEOTEMPLATE/$TEMPLATE/g;
|
s/VIDEOTEMPLATE/$TEMPLATE/g;
|
||||||
|
s/\$Id$/$1/g;
|
||||||
} @lines;
|
} @lines;
|
||||||
|
|
||||||
print OUT @lines;
|
print OUT @lines;
|
||||||
|
|
Loading…
Reference in a new issue