comparison libmpcodecs/ve_vfw.c @ 18771:a1807995e2ab

Move #ifdefs around complete files into the build system.
author diego
date Wed, 21 Jun 2006 14:49:09 +0000
parents bcd805923554
children ca9da45d13e9
comparison
equal deleted inserted replaced
18770:b6225b75d0b0 18771:a1807995e2ab
3 #include <string.h> 3 #include <string.h>
4 #include <unistd.h> 4 #include <unistd.h>
5 #include <inttypes.h> 5 #include <inttypes.h>
6 6
7 #include "config.h" 7 #include "config.h"
8 #ifdef USE_WIN32DLL
9 8
10 #include "mp_msg.h" 9 #include "mp_msg.h"
11 #include "help_mp.h" 10 #include "help_mp.h"
12 11
13 #include "codec-cfg.h" 12 #include "codec-cfg.h"
288 "for internal use by mencoder", 287 "for internal use by mencoder",
289 vf_open 288 vf_open
290 }; 289 };
291 290
292 //===========================================================================// 291 //===========================================================================//
293 #endif