diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-27 01:34:35 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-28 19:17:14 +0200 |
commit | b2a6f25c67cca644257f008c8de83e4939f87196 (patch) | |
tree | 4fb4b79a29419a9c99bb3e61866f2ff4ee70c681 /configure | |
parent | e71f26086ab899be7df1efb30b33e0a11973fd8e (diff) | |
download | ffmpeg-b2a6f25c67cca644257f008c8de83e4939f87196.tar.gz |
lavdev: add SDL output device
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1471,6 +1471,7 @@ jack_indev_deps="jack_jack_h sem_timedwait" libdc1394_indev_deps="libdc1394" oss_indev_deps_any="soundcard_h sys_soundcard_h" oss_outdev_deps_any="soundcard_h sys_soundcard_h" +sdl_outdev_deps="sdl" sndio_indev_deps="sndio_h" sndio_outdev_deps="sndio_h" v4l_indev_deps="linux_videodev_h" @@ -2959,6 +2960,7 @@ else check_struct SDL.h SDL_VideoInfo current_w $sdl_cflags && enable sdl_video_size fi fi +enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html |