aboutsummaryrefslogtreecommitdiff
path: root/src/gunner/fmv.c
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-10-15 21:28:29 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-10-15 21:28:29 -0300
commit1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch)
treef5d692d046868261275c7430a624c3ea9ed75d3d /src/gunner/fmv.c
parenta89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff)
A lot has certainly happened!
Diffstat (limited to 'src/gunner/fmv.c')
-rw-r--r--src/gunner/fmv.c11
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