diff options
Diffstat (limited to 'src/gunner/fmv.c')
| -rw-r--r-- | src/gunner/fmv.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gunner/fmv.c b/src/gunner/fmv.c new file mode 100644 index 0000000..40efa8d --- /dev/null +++ b/src/gunner/fmv.c @@ -0,0 +1,11 @@ +#if defined(__GNUC__) + #pragma GCC diagnostic push + #pragma GCC diagnostic ignored "-Wtype-limits" +#endif + +#define PL_MPEG_IMPLEMENTATION +#include "pl_mpeg.h" + +#if defined(__GNUC__) + #pragma GCC diagnostic pop +#endif
\ No newline at end of file |
