mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
added _CFLAGS and modified to allow the multiple substitition to occur
Original commit message from CVS: added _CFLAGS and modified to allow the multiple substitition to occur
This commit is contained in:
parent
ee16cf2e70
commit
62a0dd6b1c
1 changed files with 3 additions and 0 deletions
|
@ -11,4 +11,7 @@ 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,/
|
||||
s/^ *GST_CHECK_CONFIGPROG *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AC_SUBST(\\1_LIBS)\\
|
||||
GST_CHECK_CONFIGPROG(\\1,/" |
|
||||
sed "
|
||||
s/^ *GST_CHECK_CONFIGPROG *(\\([A-Za-z0-9_]*\\) *,/translit(dnm, m, l) AC_SUBST(\\1_CFLAGS)\\
|
||||
GST_CHECK_CONFIGPROG(\\1,/"
|
||||
|
|
Loading…
Reference in a new issue