Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 218917
Collapse All | Expand All

(-)common/gst-feature.m4 (-2 / +2 lines)
Lines 46-58 dnl that were checked th Link Here
46
dnl GST_PLUGINS_NO will contain those that won't be built
46
dnl GST_PLUGINS_NO will contain those that won't be built
47
47
48
AC_DEFUN([GST_CHECK_FEATURE],
48
AC_DEFUN([GST_CHECK_FEATURE],
49
echo
49
[echo
50
AC_MSG_NOTICE(*** checking feature: [$2] ***)
50
AC_MSG_NOTICE(*** checking feature: [$2] ***)
51
if test "x[$3]" != "x"
51
if test "x[$3]" != "x"
52
then
52
then
53
  AC_MSG_NOTICE(*** for plug-ins: [$3] ***)
53
  AC_MSG_NOTICE(*** for plug-ins: [$3] ***)
54
fi
54
fi
55
[dnl
55
dnl
56
builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
56
builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
57
dnl if it is set to NO, then don't even consider it for building
57
dnl if it is set to NO, then don't even consider it for building
58
NOUSE=
58
NOUSE=

Return to bug 218917