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: Fri, 25 Jun 2004 09:44:58 CEST

hehe i solve it by /* */ on #define .. sorry i didn't see the message before 
that explain that some compilator don't want that syntax...

Now other problem i don't have libortp_so.def

LINK : fatal error LNK1104: cannot open file ".\libortp_so.def"
Error executing link.exe.

hehe ?? what's that stuff ? i should have it on win32/ortp/ortp but i don't... 
so what can i do ?

Please.. Thks

>----Message d'origine----
>>De: address@hidden
>>A: address@hidden
>>Date: Tue, 22 Jun 2004 10:30:29 CEST
>>Sujet: [Linphone-developers] Re: Pb to build libortp_so.dll
>>
>>
>>
>>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)
>>
>>
>>
>>_______________________________________________
>>Linphone-developers mailing list
>>address@hidden
>>http://lists.nongnu.org/mailman/listinfo/linphone-developers
>>
>
>-------------------------------------------------------------
>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)
>

-------------------------------------------------------------
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]