public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/speex/files: speex-1.2_rc1-configure.patch
@ 2008-07-31  2:58 Patrick McLean (chutzpah)
  0 siblings, 0 replies; only message in thread
From: Patrick McLean (chutzpah) @ 2008-07-31  2:58 UTC (permalink / raw
  To: gentoo-commits

chutzpah    08/07/31 02:58:59

  Added:                speex-1.2_rc1-configure.patch
  Log:
  Version bump.
  (Portage version: 2.2_rc5/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.1                  media-libs/speex/files/speex-1.2_rc1-configure.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/speex/files/speex-1.2_rc1-configure.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/speex/files/speex-1.2_rc1-configure.patch?rev=1.1&content-type=text/plain

Index: speex-1.2_rc1-configure.patch
===================================================================
diff -ur speex-1.2rc1.orig/configure.ac speex-1.2rc1/configure.ac
--- speex-1.2rc1.orig/configure.ac	2008-07-30 22:49:17.000000000 -0400
+++ speex-1.2rc1/configure.ac	2008-07-30 22:50:33.000000000 -0400
@@ -112,9 +112,6 @@
 
 AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
 
-XIPH_PATH_OGG([src="src"], [src=""])
-AC_SUBST(src)
-
 AC_CHECK_LIB(m, sin)
 
 # Check for getopt_long; if not found, use included source.
@@ -139,10 +136,16 @@
   AC_DEFINE([ENABLE_VALGRIND], , [Enable valgrind extra checks])
 fi])
 
+AC_ARG_ENABLE(ogg, [  --enable-ogg            Enable OGG support], [if test "$enableval" = yes; then
+  XIPH_PATH_OGG([src="src"], [src=""])
+  AC_SUBST(src)
+fi
+])
+
 AC_ARG_ENABLE(sse, [  --enable-sse            Enable SSE support], [
 if test "x$enableval" != xno; then
 has_sse=yes
-CFLAGS="$CFLAGS -O3 -msse"
+CFLAGS="$CFLAGS -msse"
 else
 has_sse=no
 fi






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-31  2:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-31  2:58 [gentoo-commits] gentoo-x86 commit in media-libs/speex/files: speex-1.2_rc1-configure.patch Patrick McLean (chutzpah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox