Hi,

Great post. It helped me a great deal.
I hade to make 1 additional adjustment before building.

I had to comment out line 371 to 376 in
<builddir>/squeezeplay/src/squeezeplay/src/ui/jive_framework.c

After my tweak it looks like:

/* check queue size */
        /* if (perfwarn.queue) {
                if (SDL_EventQueueLength() > perfwarn.queue) {
                        printf("SDL_event_queue > %2d : %3d\n", perfwarn.queue,
SDL_EventQueueLength());
                }
        }*/

If I don't do that it keeps complaining that the SDL_EventQueueLength is
an unknown function.

Regards,

Martijn


------------------------------------------------------------------------
mvheezik's Profile: http://forums.slimdevices.com/member.php?userid=59530
View this thread: http://forums.slimdevices.com/showthread.php?t=97714

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to