aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fmv.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/fmv.c b/src/fmv.c
index 262fc63..40efa8d 100644
--- a/src/fmv.c
+++ b/src/fmv.c
@@ -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