projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Credit ffmpeg team with upgrade to 6.1
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
cinelerra
/
shuttle.sed
1
:n1 # just if these
2
s/^#ifdef XK_MISCELLANY\>.*//p; t n2
3
s/^#ifdef XK_XKB_KEYS\>.*//p; t n2
4
s/^#ifdef XK_LATIN1\>.*//p; t n2
5
n; b n1
6
:n2 # until endif
7
s/^#endif\>.*//p; t n1
8
s/^#define \([^[:space:]]*\).*$/{ "\1", \1 }, /p
9
n; b n2