From 893a2b37ff651e69699879932fe70895a28951fa Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 17 Sep 2012 12:54:08 -0400 Subject: GRAPHICS: Rework YUV->RGB code a bit --- base/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/main.cpp') diff --git a/base/main.cpp b/base/main.cpp index f538243f48..355a65f883 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -57,6 +57,7 @@ #include "graphics/cursorman.h" #include "graphics/fontman.h" +#include "graphics/yuv_to_rgb.h" #ifdef USE_FREETYPE2 #include "graphics/fonts/ttf.h" #endif @@ -512,6 +513,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) { Graphics::shutdownTTF(); #endif EngineManager::destroy(); + Graphics::YUVToRGBManager::destroy(); return 0; } -- cgit v1.2.3