aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04rewritten recorder using ffmpeg libs (without SDL_ffmpeg)Robin Haberkorn1-5/+4
* 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)
2012-10-03use ffmpeg API to set a recorded frames presentation timestampRobin Haberkorn1-1/+1
* fixes asynchronity of displayed and recorded graphics * also use the configured framerate instead of a hardcoded one
2012-10-03added video recorder based on SDL_ffmpegRobin Haberkorn1-0/+7
2012-10-02added text layers based on SDL_ttfRobin Haberkorn1-0/+7
2012-09-29several MinGW buildsystem fixesRobin Haberkorn1-2/+14
* 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
2012-09-29libtool links against ws2_32.dll automaticallyRobin Haberkorn1-2/+0
2012-09-28ensure that chuck wrapper's lib.ck contains the installation pathRobin Haberkorn1-2/+5
a custom Makefile rule must be used since the *dir output variables are not fully expanded
2012-09-28fixed using compat/ headers if BSD headers are not detected during configureRobin Haberkorn1-3/+2
could have also used HAVE_BSD_SYS_QUEUE_H define but setting up the build system appropriately is cleaner
2012-09-28autotools based build systemRobin Haberkorn1-0/+92