comparison libmpcodecs/vf_bmovl.c @ 22751:3d83d77f5a6b

Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line with the other HAVE_ #defines throughout the codebase.
author diego
date Wed, 21 Mar 2007 08:24:20 +0000
parents fd54975f9135
children 936f98562a5f
comparison
equal deleted inserted replaced
22750:8e7b3260e985 22751:3d83d77f5a6b
66 #include "config.h" 66 #include "config.h"
67 #include "mp_image.h" 67 #include "mp_image.h"
68 #include "vf.h" 68 #include "vf.h"
69 #include "img_format.h" 69 #include "img_format.h"
70 70
71 #ifndef HAVE_NO_POSIX_SELECT 71 #ifdef HAVE_POSIX_SELECT
72 72
73 #include "mp_msg.h" 73 #include "mp_msg.h"
74 #include "libavutil/common.h" 74 #include "libavutil/common.h"
75 75
76 #include "libvo/fastmemcpy.h" 76 #include "libvo/fastmemcpy.h"