diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-10-31 03:19:56 +0300 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:16:55 +0200 |
commit | c5e462b33d6db445b1c763e89320b1bcb214debb (patch) | |
tree | 5091b402fb3cc768fa5dbc718d5681d3d78d191f /libvo | |
parent | 389c32b5c72897a8b1b3c929c8f278e8980f2290 (diff) |
build: enable/disable all FFmpeg libraries together
Enable all of libavcodec, libavformat, libswscale, and libpostproc
together (libavutil is always required).
based on svn commit by diego:
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32226 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/video_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c index a7ce30aeb6..e960a813d7 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -261,7 +261,7 @@ const struct vo_driver *video_out_drivers[] = #ifdef CONFIG_YUV4MPEG &video_out_yuv4mpeg, #endif -#ifdef CONFIG_LIBAVCODEC +#ifdef CONFIG_FFMPEG &video_out_png, #endif #ifdef CONFIG_JPEG |