comparison libmpcodecs/ve_qtvideo.c @ 18771:a1807995e2ab

Move #ifdefs around complete files into the build system.
author diego
date Wed, 21 Jun 2006 14:49:09 +0000
parents 20aca9baf5d8
children 1767c271d710
comparison
equal deleted inserted replaced
18770:b6225b75d0b0 18771:a1807995e2ab
14 14
15 #ifdef WIN32_LOADER 15 #ifdef WIN32_LOADER
16 #include "ldt_keeper.h" 16 #include "ldt_keeper.h"
17 #endif 17 #endif
18 18
19 #ifdef USE_QTX_CODECS
20 #include "loader/qtx/qtxsdk/components.h" 19 #include "loader/qtx/qtxsdk/components.h"
21 #include "wine/windef.h" 20 #include "wine/windef.h"
22 21
23 #include "codec-cfg.h" 22 #include "codec-cfg.h"
24 #include "stream.h" 23 #include "stream.h"
339 "for internal use by mencoder", 338 "for internal use by mencoder",
340 vf_open 339 vf_open
341 }; 340 };
342 341
343 //===========================================================================// 342 //===========================================================================//
344 #endif