From 4bb5ce0be62671f7c5127d969c682d57e971679b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 4 Oct 2012 22:42:06 +0200 Subject: rewritten recorder using ffmpeg libs (without SDL_ffmpeg) * SDL_ffmpeg was broken and is hard to get * my implementation allows specifying an output codec. if the codec supports the screen's pixel format, no conversion is performed saving lots of performance (also beneficial for post-processing a recorded video) --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d353a52..a7475bb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,7 @@ #include "config.h" #endif +#define __STDC_CONSTANT_MACROS #include #include #include -- cgit v1.2.3