linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Re: Pb to build libortp_so.dll


From: hf . daffys
Subject: [Linphone-developers] Re: Pb to build libortp_so.dll
Date: Tue, 22 Jun 2004 10:30:29 CEST


the probleme is just that :

PayloadType pcmu8000={
        TYPE( PAYLOAD_AUDIO_CONTINUOUS),
        CLOCK_RATE( 8000),
        BYTES_PER_SAMPLE( 1.0),
        ZERO_PATTERN( &offset127),
        PATTERN_LENGTH( 1),
        NORMAL_BITRATE( 64000),
        MIME_TYPE ("PCMU")
};

he don't want the first name if i try PayloadType pcmu8000={
        CLOCK_RATE( 8000),
        BYTES_PER_SAMPLE( 1.0),
        ZERO_PATTERN( &offset127),
        PATTERN_LENGTH( 1),
        NORMAL_BITRATE( 64000),
        MIME_TYPE ("PCMU")
};

Visual C++ tell me 'clock_rate' : undeclared identifier

so how can i solve it please ?

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,16 € TTC/min)





reply via email to

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