ccaudio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ccaudio-devel] [PATCH]ccaudio2-0.9.10-speex-1.1.12.patch


From: David Sugar
Subject: Re: [Ccaudio-devel] [PATCH]ccaudio2-0.9.10-speex-1.1.12.patch
Date: Thu, 31 Aug 2006 15:34:41 -0400
User-agent: Thunderbird 1.5.0.5 (X11/20060808)

But that breaks compiling against older releases of speex ;(

Zhang Le wrote:
> After there is a header file change from speex 1.1.11.1 to 1.1.12.
> as a consequence, the following patch is needed to compile
> ccaudio2-0.9.10against
> speex-1.1.12
> 
> --- codecs/speex.cpp.orig       2006-08-21 18:55:59.000000000 +0800
> +++ codecs/speex.cpp    2006-08-21 18:56:06.000000000 +0800
> @@ -48,7 +48,7 @@
> class SpeexCommon: public AudioCodec
> {
> protected:
> -       SpeexMode *spx_mode;
> +       const SpeexMode *spx_mode;
>        SpeexBits enc_bits, dec_bits;
>        unsigned int spx_clock, spx_channel;
>        void *encoder, *decoder;
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Ccaudio-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/ccaudio-devel

Attachment: dyfet.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]