Now checked into HEAD.
--greg.
Eric Hyche wrote:
> Looks good.
>
>> -----Original Message-----
>> From: video-dev-bounces helixcommunity.org
>> [mailto:video-dev-bounces helixcommunity.org] On
Behalf Of Greg Wright
>> Sent: Friday, June 09, 2006 7:59 PM
>> To: video-dev lists.helixcommunity.org
>> Subject: [Video-dev] CR: Fix unresolved symbol in
vidsite...
>>
>> Just fixes an unresolved symbol(ihxfragmntedbuffer)
in the site.
>> Without it vidsite.so fails to load and you get no
video.
>>
>> --greg.
>>
>>
>> Index: siteplug.cpp
>>
============================================================
=======
>> RCS file: /cvsroot/video/site/siteplug.cpp,v
>> retrieving revision 1.15
>> diff -u -w -r1.15 siteplug.cpp
>> --- siteplug.cpp 13 Jan 2006 21:49:00 -0000 1.15
>> +++ siteplug.cpp 9 Jun 2006 23:40:40 -0000
>>  -48,9 +48,6 
>> * ***** END LICENSE BLOCK ***** */
>>
>> #if defined(_UNIX) && !defined(_MAC_UNIX)
>> -//XXXSMJ This INITGUID probably needs to go
>> -# define INITGUID
>> -
>> # if !defined(QWS)
>> #include "hlxclib/string.h"
>> # include <X11/Xlib.h>
>>  -59,7 +56,7 
>> #endif /* !defined(QWS) */
>> #endif //_UNIX
>>
>> -#ifdef _SYMBIAN
>> +#if defined(_SYMBIAN) || (defined(_UNIX)
&& !defined(_MAC_UNIX))
>> # define INITGUID
>> #endif
>>
>>  -82,7 +79,7 
>> #include "hxprefs.h"
>> #include "hxcore.h"
>> #include "hxupgrd.h"
>> -
>> +#include "ihxfgbuf.h"
>> #include "hxtlogutil.h"
>>
>> #if defined (HELIX_FEATURE_MINI_SITE)
>>
>> _______________________________________________
>> Video-dev mailing list
>> Video-dev helixcommunity.org
>> http://lists.helixcommunity.org/mailman/listinfo/video
-dev
>>
>
>
_______________________________________________
Video-dev mailing list
Video-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video
-dev
|