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.3/configure.ac.orig (-8 lines)
Lines 292-305 Link Here
292
292
293
AC_WORDS_BIGENDIAN
293
AC_WORDS_BIGENDIAN
294
294
295
dnl normaly this should only by done by mediastreamer2/configure.ac
296
dnl but to workaround bugs when cross-compiling for arm-linux,
297
dnl we need to have SPEEX_LIBS defined
298
dnl Furthermore it is good to repeat here all mediastreamer2 toggles
299
dnl since top-level configure --help will not print them.
300
301
PKG_CHECK_MODULES(SPEEX, speex >= 1.1.6, build_speex=yes)
302
303
dnl conditionnal build of video support
295
dnl conditionnal build of video support
304
AC_ARG_ENABLE(video,
296
AC_ARG_ENABLE(video,
305
		[  --enable-video    Turn on video support compiling],
297
		[  --enable-video    Turn on video support compiling],

Return to bug 354533