diff libmpcodecs/vf.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 597505748535
children c6eed7420215
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Tue Mar 20 22:32:38 2007 +0000
+++ b/libmpcodecs/vf.c	Wed Mar 21 08:24:20 2007 +0000
@@ -102,7 +102,7 @@
 // list of available filters:
 static vf_info_t* filter_list[]={
     &vf_info_rectangle,
-#ifndef HAVE_NO_POSIX_SELECT
+#ifdef HAVE_POSIX_SELECT
     &vf_info_bmovl,
 #endif
     &vf_info_crop,