]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/atmo/atmo.cpp
C++ compile fix
[vlc] / modules / video_filter / atmo / atmo.cpp
index 3a1bb955b2581f65a5e54c42fd86f4bd0efa39a0..1b5e3a2c5c8b1407229ccaf9b34e226285c43af5 100644 (file)
@@ -24,6 +24,7 @@
 /*****************************************************************************
 * Preamble
 *****************************************************************************/
+#define __STDC_FORMAT_MACROS 1
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>
 #include <math.h>                                            /* sin(), cos() */