Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138466 Details for
Bug 202248
Version bump: media-libs/speex-1.2-beta3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
speex-1.2_beta3-optional-ogg-and-cflags.patch
speex-1.2_beta3-optional-ogg-and-cflags.patch (text/plain), 1.05 KB, created by
crusaderky
on 2007-12-14 13:34:09 UTC
(
hide
)
Description:
speex-1.2_beta3-optional-ogg-and-cflags.patch
Filename:
MIME Type:
Creator:
crusaderky
Created:
2007-12-14 13:34:09 UTC
Size:
1.05 KB
patch
obsolete
>--- configure.ac 2007-05-17 17:14:35.000000000 +0300 >+++ configure.ac 2007-08-27 17:49:26.000000000 +0300 >@@ -75,9 +75,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. >@@ -97,6 +94,12 @@ > AC_DEFINE_UNQUOTED(SPEEX_MICRO_VERSION, ${SPEEX_MICRO_VERSION}, [Version micro]) > AC_DEFINE_UNQUOTED(SPEEX_EXTRA_VERSION, "${SPEEX_EXTRA_VERSION}", [Version extra]) > >+AC_ARG_ENABLE(ogg, [ --enable-ogg Enable OGG], >+[if test "$enableval" = yes; then >+ XIPH_PATH_OGG([src="src"], [src=""]) >+ AC_SUBST(src) >+fi]) >+ > AC_ARG_ENABLE(valgrind, [ --enable-valgrind Enable valgrind extra checks], > [if test "$enableval" = yes; then > AC_DEFINE([ENABLE_VALGRIND], , [Enable valgrind extra checks]) >@@ -104,7 +107,7 @@ > > AC_ARG_ENABLE(sse, [ --enable-sse Enable SSE support], [if test "$enableval" = yes; then > AC_DEFINE([_USE_SSE], , [Enable SSE support]) >-CFLAGS="$CFLAGS -O3 -msse" >+CFLAGS="$CFLAGS -msse" > fi > ]) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202248
:
138465
| 138466