On Thu, 29 Nov 2007, Tarjei wrote: > Hi, I found the c-type wrappers for ffmpeg's libavformat and libcodec > in experimental. Nice work!
We should delete those, I guess. Or at least mark them "don't use!" > AttributeError: /usr/lib/libavcodec.so.51: undefined symbol: > img_resample_init > > This is using the latest version of ffmpeg. Yes, and they change their ABI at almost every version they release, with no identifying information, making a ctypes wrapper impossible. > Do you have any suggestions to get this working? Use avbin instead http://code.google.com/p/avbin/ avbin is used by pgylet to extend the base codec support. Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
