mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04: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.