On Wed, Feb 06, 2008 at 09:22:52AM +0800, Mac OS wrote: > Linking CXX shared library libwebcam.dylib > Undefined symbols: > "_img_resample_close", referenced from: > _pix_convert in libpixertool.a(pixertool.o) > "_img_resample", referenced from: > _pix_convert in libpixertool.a(pixertool.o) > "_img_convert", referenced from: > _pix_convert in libpixertool.a(pixertool.o) > _pix_convert in libpixertool.a(pixertool.o) > _pix_convert_avpicture in libpixertool.a(ffmpeg-pixertool.o) > "_img_resample_init", referenced from: > _pix_convert in libpixertool.a(pixertool.o) > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[2]: *** [libs/webcam/libwebcam.dylib] Error 1 > make[1]: *** [libs/webcam/CMakeFiles/webcam.dir/all] Error 2 > make: *** [all] Error 2
I had the same problem (same unresolved symbols) with building with new ffmpeg libs on debian, the answer I got was that you need libswscale and swscale.h installed, then wengo will use the new api from ffmpeg. I've not yet tried it out on debian though. See thread (broken across month-boundary) at mailinglist-archive: http://dev.openwengo.com/pipermail/wengophone-devel/2008-January/007035.html http://dev.openwengo.com/pipermail/wengophone-devel/2008-February/007050.html -- let us know when you get it running on the mac, that might be on my todo-list, too :-) Ralf -- Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16 Open Source Consulting Fax: +43/2243/26465-23 Reichergasse 131 www: http://www.runtux.com A-3411 Weidling email: [EMAIL PROTECTED] osAlliance member email: [EMAIL PROTECTED] _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
