mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 04:15:35 +00:00
Do hacky fix for AM_CONDITIONAL for GST_SUBSYSTEM_DISABLE, too.
Original commit message from CVS: Do hacky fix for AM_CONDITIONAL for GST_SUBSYSTEM_DISABLE, too.
This commit is contained in:
parent
d4fdfa7497
commit
e0f543c7b3
1 changed files with 4 additions and 2 deletions
|
@ -6,5 +6,7 @@
|
|||
sed "
|
||||
s/^SUBSTFOR $1://g;
|
||||
/^SUBSTFOR .*:.*/d;
|
||||
s/GST_CHECK_FEATURE *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AM_CONDITIONAL(USE_\\1, true)\\
|
||||
GST_CHECK_FEATURE(\\1,/"
|
||||
s/^ *GST_CHECK_FEATURE *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AM_CONDITIONAL(USE_\\1, true)\\
|
||||
GST_CHECK_FEATURE(\\1,/
|
||||
s/^ *GST_SUBSYSTEM_DISABLE *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AM_CONDITIONAL(GST_DISABLE_\\1, true)\\
|
||||
GST_SUBSYSTEM_DISABLE(\\1,/"
|
||||
|
|
Loading…
Reference in a new issue