search for: speex_minor_version

Displaying 6 results from an estimated 6 matches for "speex_minor_version".

2004 Aug 06
0
Re: does installed lib support _int()s ?
...at configure time) what calls are available. One traditional way to do that is just to provide #defines for SPEEX_MAJOR_VERSION and so on in the header. If you're using autoconf you can of course try to link with one of the new functions, but just saying: #include <speex.h> #if defined(SPEEX_MINOR_VERSION) && (SPEEX_MINOR_VERSION > 0) /* code that uses speex_decode_int(); */ #else /* code that uses speex_decode(); */ #endif is more portable. So it might be worth doing that as well. FWIW, -r --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://ww...
2004 Aug 06
4
Re: does installed lib support _int()s ?
Hi, Right now, I'm thinking of adding a speex_lib_ctl() call that would support SPEEX_GET_VERSION (and return a string) or SPEEX_GET_MAJOR_VERSION and SPEEX_GET_MINOR_VERSION (and return ints). I'm open to other suggestions though. If there's anything you'd like to see in the API for 1.2, say it now. ...and no, I won't add a speex_do_all_the_work_for_me() call :)
2005 May 12
2
Problem configuring speex 1.1.8
Can you send me the config.log? Jean-Marc Le vendredi 13 mai 2005 ? 00:16 +0200, Pierre a ?crit : > Jean-Marc Valin wrote: > > What platform (OS, compiler/version) > > GNU/Linux > kernel 2.6.11.8 > gcc 3.4.3 > > > Also, does it work with no options. > > No, I just tried with just "./configure" and I have the same error. > > -- Jean-Marc
2005 May 13
0
Problem configuring speex 1.1.8
...id std::exit (int) throw (); using std::exit; | #endif | #define restrict __restrict | #define VAR_ARRAYS | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_LIBM 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_LIBWINMM 1 | #define SPEEX_VERSION "1.1.8" | #define SPEEX_MAJOR_VERSION 1 | #define SPEEX_MINOR_VERSION 1 | #define SPEEX_MICRO_VERSION 8 | #define SPEEX_EXTRA_VERSION "" | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h&...
2005 May 13
1
Problem configuring speex 1.1.8
...| #endif > | #define restrict __restrict > | #define VAR_ARRAYS > | #define HAVE_SYS_SOUNDCARD_H 1 > | #define HAVE_LIBM 1 > | #define HAVE_GETOPT_LONG 1 > | #define HAVE_LIBWINMM 1 > | #define SPEEX_VERSION "1.1.8" > | #define SPEEX_MAJOR_VERSION 1 > | #define SPEEX_MINOR_VERSION 1 > | #define SPEEX_MICRO_VERSION 8 > | #define SPEEX_EXTRA_VERSION "" > | /* end confdefs.h. */ > | #include <stdio.h> > | #if HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #if HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #...
2005 May 08
2
Problem configuring speex 1.1.8
...id std::exit (int) throw (); using std::exit; | #endif | #define restrict __restrict | #define VAR_ARRAYS | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_LIBM 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_LIBWINMM 1 | #define SPEEX_VERSION "1.1.8" | #define SPEEX_MAJOR_VERSION 1 | #define SPEEX_MINOR_VERSION 1 | #define SPEEX_MICRO_VERSION 8 | #define SPEEX_EXTRA_VERSION "" | #define ENABLE_VALGRIND | #define _USE_SSE | #define FIXED_POINT | #define EPIC_48K | #define TI_C55X | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif |...