diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-08-12 12:59:59 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-08-12 12:59:59 -0300 |
| commit | e7379bed59af0f50126af61953bc4f10af04a4dd (patch) | |
| tree | d99e98f0709821edccfa2ef1cbba9381a46abb22 /src/fmv.c | |
| parent | a2cb2ee59296e466bab94d9a96c331648ef212b0 (diff) | |
Few tweaks for proper compilation, config.h changes and removed tccdefs.h usage. Gunner's TCC fork is further functionally freestanding now.
Diffstat (limited to 'src/fmv.c')
| -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 |
