diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fmv.c | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,2 +1,11 @@ +#if defined(__GNUC__) + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wtype-limits" +#endif + #define PL_MPEG_IMPLEMENTATION -#include "plmpeg.h"
\ No newline at end of file +#include "pl_mpeg.h" + +#if defined(__GNUC__) + #pragma GCC diagnostic pop +#endif
\ No newline at end of file |
