Skip to content

Commit

Permalink
Merge pull request #245 from ThKattanek/fix_last_mxe_compile_warnings
Browse files Browse the repository at this point in the history
fixed last mxe compile warnings
  • Loading branch information
ThKattanek committed Jun 29, 2023
2 parents 70676fd + 253af73 commit b1589db
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/video_capture_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
#include <iostream>
#include <SDL2/SDL.h>

#ifdef _WIN32
#define PRId64 "I64d"
#ifndef INT64_C
#define INT64_C(c) (c ## LL)
#define UINT64_C(c) (c ## ULL)
#endif
#endif

extern "C"
{
#include <libavcodec/avcodec.h>
Expand Down

0 comments on commit b1589db

Please sign in to comment.