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