Mercurial > mplayer.hg
comparison libvo/video_out.c @ 32167:41c11d96b5db
Require DirectFB version 0.9.15 instead of 0.9.13.
This simplifies the build system at the cost of requiring a library
version that was released at the end rather than the middle of 2002.
author | diego |
---|---|
date | Wed, 15 Sep 2010 15:58:48 +0000 |
parents | 4614728cab25 |
children | bd74742452c5 |
comparison
equal
deleted
inserted
replaced
32166:e9c91deb192e | 32167:41c11d96b5db |
---|---|
248 #ifdef CONFIG_VESA | 248 #ifdef CONFIG_VESA |
249 &video_out_vesa, | 249 &video_out_vesa, |
250 #endif | 250 #endif |
251 #ifdef CONFIG_DIRECTFB | 251 #ifdef CONFIG_DIRECTFB |
252 &video_out_directfb, | 252 &video_out_directfb, |
253 #endif | |
254 #ifdef CONFIG_DFBMGA | |
255 &video_out_dfbmga, | 253 &video_out_dfbmga, |
256 #endif | 254 #endif |
257 #ifdef CONFIG_VIDIX | 255 #ifdef CONFIG_VIDIX |
258 #ifdef CONFIG_X11 | 256 #ifdef CONFIG_X11 |
259 &video_out_xvidix, | 257 &video_out_xvidix, |