Ralf Schlatterbeck wrote:
> On Wed, Jan 30, 2008 at 10:20:20PM +0100, Andreas Schneider wrote:
>> Ralf Schlatterbeck wrote:
>>> I'm trying to build wengo 2.2 branch against etch packages from
>>> http://www.debian-multimedia.org (newer multimedia packages not found
>>> in core debian etch) and fail with missing symbols on the final linking.
>>> (Thanks to Darsha for helping out with cmake details).
>>> Missing symbols are img_resample_init, img_resample, img_resample_close,
>>> img_convert normally found (in stock debian) in libavcodec installed
>>> from libavcodec-dev.
>>>
>>> Is this a change in libavcodec api that wengo hasn't followed yet?
>>> Should I go back to the debian etch libs (which *do* have these
>>> symbols)?
>> ffmpeg api has changed you need libswscale and swscale.h
> 
> I see. I've now successfully built against the stock debian libs which
> don't have this api change yet.
> 
> I guess for making it run with newer ffmpeg, code in wengo has to be
> changed, too, or is it enough to link against another lib (and use
> another include file)?

The changes are already done. I works just fine for me. If CMake finds swscale
it uses the new api.

> 
> Thanks Ralf


        -- andreas

-- 
http://www.cynapses.org/ - cybernetic synapses


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to