Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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)
|
|
* fixes asynchronity of displayed and recorded graphics
* also use the configured framerate instead of a hardcoded one
|
|
|
|
|
|
* add package CFLAGS to CPPFLAGS so that header checks work correctly
* add SDL's CFLAGS only to CPPFLAGS - fixes building libtool wrapper scripts which were using the CFLAGS (-Dmain=SDL_main)
* add -mconsole to libs
|
|
|
|
a custom Makefile rule must be used since the *dir output variables are not fully expanded
|
|
could have also used HAVE_BSD_SYS_QUEUE_H define but setting up the build system appropriately is cleaner
|
|
|