H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Fix pfMoviePlayer when libwebm is not available #1413

Closed dpogue closed 1 year ago

dpogue commented 1 year ago

fLastImg is only declared in the header if USE_WEBM is true, and we can't call vpx_img_free if USE_WEBM is not true