On Saturday 28 October 2006 11:58, Udo Giacomozzi wrote: > Hello Udo, Nice to see you talking to yourself ;)
> Saturday, October 28, 2006, 11:50:27 AM, you wrote: > UG> Log message: > UG> Added bogus YUV_video > > However I can't build Gnash anymore, because of some linker errors: > > ../backend/.libs/libgnashbackend.so: undefined reference to > `gnash::YUV_video::YUV_video[not-in-charge](int, int)' > ../server/.libs/libgnashserver.so: undefined reference to `vtable for > gnash::video_stream_definition' ../backend/.libs/libgnashbackend.so: > undefined reference to `typeinfo for gnash::YUV_video' > ../server/.libs/libgnashserver.so: undefined reference to > `gnash::YUV_video::update(unsigned char*)' > ../server/.libs/libgnashserver.so: undefined reference to > `gnash::video_stream_definition::read(gnash::stream*, > gnash::SWF::tag_type, gnash::movie_definition*)' > ../backend/.libs/libgnashbackend.so: undefined reference to > `gnash::YUV_video::~YUV_video [not-in-charge]()' > ../server/.libs/libgnashserver.so: undefined reference to `typeinfo > for gnash::video_stream_definition' > ../backend/.libs/libgnashbackend.so: undefined reference to > `gnash::YUV_video::display(gnash::matrix const*, gnash::rect const*)' > > Can somebody help me out? This happens because class YUV_video is implemented in render_handler_ogl.cpp, which is of course not built when Agg is the selected renderer. Bastiaan _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
