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

Collapse All | Expand All

(-)linphone-3.4.1/configure.ac.orig (-9 lines)
Lines 267-281 Link Here
267
267
268
AC_WORDS_BIGENDIAN
268
AC_WORDS_BIGENDIAN
269
269
270
dnl normaly this should only by done by mediastreamer2/configure.ac
271
dnl but to workaround bugs when cross-compiling for arm-linux,
272
dnl we need to have SPEEX_LIBS defined
273
dnl Furthermore it is good to repeat here all mediastreamer2 toggles
274
dnl since top-level configure --help will not print them.
275
276
PKG_CHECK_MODULES(SPEEX, speex >= 1.1.6, build_speex=yes)
277
AC_SUBST(SPEEX_LIBS)
278
279
dnl conditionnal build of video support
270
dnl conditionnal build of video support
280
AC_ARG_ENABLE(video,
271
AC_ARG_ENABLE(video,
281
		[  --enable-video    Turn on video support compiling],
272
		[  --enable-video    Turn on video support compiling],

Return to bug 354533