diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-02 17:16:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-04 12:12:25 +0200 |
commit | 6fa29a6651a7c6b0c8ea8605c7917eb653db586c (patch) | |
tree | 247195a37e84b3c7045c0c9fc813557b63513ddd /media-libs/speex | |
parent | media-libs/libprojectm: remove unused patch (diff) | |
download | gentoo-6fa29a6651a7c6b0c8ea8605c7917eb653db586c.tar.gz gentoo-6fa29a6651a7c6b0c8ea8605c7917eb653db586c.tar.bz2 gentoo-6fa29a6651a7c6b0c8ea8605c7917eb653db586c.zip |
media-libs/speex: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3305
Diffstat (limited to 'media-libs/speex')
-rw-r--r-- | media-libs/speex/files/speex-1.2_rc1-configure.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/media-libs/speex/files/speex-1.2_rc1-configure.patch b/media-libs/speex/files/speex-1.2_rc1-configure.patch deleted file mode 100644 index cd780daf261e..000000000000 --- a/media-libs/speex/files/speex-1.2_rc1-configure.patch +++ /dev/null @@ -1,31 +0,0 @@ -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 |