[vlc-devel] vout.m
sean
sean at startide.org
Tue Jul 13 16:15:24 CEST 2010
Hi
trying to get the plugin to compile on osx 10.6.3
fixed URI problem in
~/vlc/modules/gui/macosx/intf.m
~/vlc/modules/gui/macosx/open.m
~/vlc/modules/gui/macosx/playlist.m
added the NULL argument to make_URI eg
make_URI([[o_values objectAtIndex:i] UTF8String],NULL);
but I'm stuck with; (make errors)
make all-am
OBJC libmacosx_plugin_la-vout.lo
vout.m: In function ‘-[VLCVoutView voutSizeForFactor:]’:
vout.m:359: error: ‘vout_thread_t’ has no member named ‘render’
etc and then
vout.m:380: error: ‘vout_thread_t’ has no member named ‘b_fullscreen’
vout.m:410: error: ‘vout_thread_t’ has no member named ‘i_changes’
vout.m:410: error: ‘VOUT_SIZE_CHANGE’ undeclared (first use in this
function)
and more in this theme
from the source code; line 359
if( p_vout->render.height * p_vout->render.i_aspect >
p_vout->render.i_width * VOUT_ASPECT_FACTOR )
looks like something is not defined, could somone point me in the right
direction? I'm lost!
Thank
Sean
More information about the vlc-devel
mailing list