Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 817803 | Differences between
and this patch

Collapse All | Expand All

(-)a/aconfigure.ac (-7 / +7 lines)
Lines 1927-1939 Link Here
1927
			     [Exclude OPUS support from the build (default: autodetect)])
1927
			     [Exclude OPUS support from the build (default: autodetect)])
1928
	      ,
1928
	      ,
1929
	      [
1929
	      [
1930
		if test "$enable_opus" = "no"; then
1931
		 [ac_no_opus=1]
1932
		 AC_DEFINE(PJMEDIA_HAS_OPUS_CODEC,0)
1933
		 AC_MSG_RESULT([Checking if OPUS support is disabled... yes])
1934
	        fi
1935
	      ],
1936
	      [
1937
		AC_MSG_RESULT([checking for OPUS installations..])
1930
		AC_MSG_RESULT([checking for OPUS installations..])
1938
                if test "x$with_opus" != "xno" -a "x$with_opus" != "x"; then
1931
                if test "x$with_opus" != "xno" -a "x$with_opus" != "x"; then
1939
                    CFLAGS="$CFLAGS -I$with_opus/include"
1932
                    CFLAGS="$CFLAGS -I$with_opus/include"
Lines 1953-1958 Link Here
1953
	        	AC_MSG_RESULT([OPUS library not found, OPUS support disabled])
1946
	        	AC_MSG_RESULT([OPUS library not found, OPUS support disabled])
1954
			AC_DEFINE(PJMEDIA_HAS_OPUS_CODEC,0)
1947
			AC_DEFINE(PJMEDIA_HAS_OPUS_CODEC,0)
1955
		fi
1948
		fi
1949
	      ],
1950
	      [
1951
		if test "$enable_opus" = "no"; then
1952
		 [ac_no_opus=1]
1953
		 AC_DEFINE(PJMEDIA_HAS_OPUS_CODEC,0)
1954
		 AC_MSG_RESULT([Checking if OPUS support is disabled... yes])
1955
	        fi
1956
	      ])
1956
	      ])
1957
1957
1958
dnl # bcg729 prefix
1958
dnl # bcg729 prefix

Return to bug 817803