fix segv for plugin render_gui when plugin moved up/dn, opencv build fixes, opts...
[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