mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-10 17:18:58 -06:00
* Enables us to build against the latest version of FFMPEG. * Fixes the ffmpeg code not to use deprecated stuff anymore. * Adds support for libswscale. Undef HAVE_SWSCALE in Config.pp if you compiled ffmpeg without. * Uses sws_scale instead of the now-removed img_convert. * Fixes a couple of deadlocks in FFMpegTexture.