contrib/mul/mvl2/mvl2_video_to_avi.h
Go to the documentation of this file.
00001 #ifndef mvl2_video_to_avi_h_
00002 #define mvl2_video_to_avi_h_
00003 
00004 //:
00005 // \file
00006 // \brief Includes the right file depending on the platform
00007 // \author Franck Bettinger
00008 
00009 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__)
00010 #include "mvl2_video_to_avi_windows.h"
00011 #else
00012 #include "mvl2_video_to_avi_linux.h"
00013 #endif
00014 
00015 #endif // mvl2_video_to_avi_h_