diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-03 17:57:51 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-10-03 17:57:51 +0200 |
commit | d5dcc19a006f898f21a5b081180a132c9dc6e638 (patch) | |
tree | f0e155c31bf098133e7ceafa2fa6272608589304 /configure.ac | |
parent | bb65f0fc2176b2ebf0f1be682008609e8bd2cb0a (diff) | |
download | osc-graphics-d5dcc19a006f898f21a5b081180a132c9dc6e638.tar.gz |
use ffmpeg API to set a recorded frames presentation timestamp
* fixes asynchronity of displayed and recorded graphics
* also use the configured framerate instead of a hardcoded one
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fbd57a5..4af841d 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ AC_CHECK_HEADERS([SDL_ttf.h], , [ AC_CHECK_LIB(SDL_ffmpeg, SDL_ffmpegOpen, , [ AC_MSG_ERROR([Required libSDL_ffmpeg missing!]) ]) -AC_CHECK_HEADERS([SDL/SDL_ffmpeg.h], , [ +AC_CHECK_HEADERS([SDL/SDL_ffmpeg.h libavcodec/avcodec.h], , [ AC_MSG_ERROR([Required libSDL_ffmpeg header missing!]) ]) |