Thanks, now checked into HEAD, 150Cay and 310Atlas.
--greg.
Eric Hyche wrote:
> Looks good.
>
> =============================================
> Eric Hyche (ehyche real.com)
> Technical Lead
> RealNetworks, Inc.
>
>> -----Original Message-----
>> From: clientapps-dev-bounces helixcommunity.org
>> [mailto:clientapps-dev-bounces helixcommunity.org] On Behalf
>> Of Greg Wright
>> Sent: Thursday, October 18, 2007 6:13 PM
>> To: clientapps-dev
>> Subject: [Clientapps-dev] CR: Fix build
buster.....
>>
>> Simple fix for splay_mp3/helix-client-local-mp3
>> builds (from the quick start guide).
>>
>> Local playback of MP3 don't require X libs, so
>> we don't want to call anything in XLib, because
>> we don't link against it in this case.
>>
>> HEAD, 150Cay, 310Atlas.
>>
>> --greg.
>>
>>
>> Index: main.cpp
>>
============================================================
=======
>> RCS file:
/cvsroot/clientapps/simpleplayer/main.cpp,v
>> retrieving revision 1.42.2.10
>> diff -u -w -r1.42.2.10 main.cpp
>> --- main.cpp 6 Mar 2007 06:34:34 -0000 1.42.2.10
>> +++ main.cpp 18 Oct 2007 22:11:12 -0000
>>  -1264,7 +1264,7 
>>
>> HX_VECTOR_DELETE(pNextPath);
>> }
>> -#if defined(USE_XWINDOWS)
>> +#if defined(USE_XWINDOWS) &&
defined(HELIX_FEATURE_VIDEO)
>> XInitThreads();
>> #endif
>> // create client engine
>>
>> _______________________________________________
>> Clientapps-dev mailing list
>> Clientapps-dev helixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev
>>
>
_______________________________________________
Clientapps-dev mailing list
Clientapps-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/
clientapps-dev
|