Skip to content

Commit

Permalink
Upgrade to FFmpeg 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfryd committed Aug 18, 2024
1 parent b69b287 commit 60a9036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ CXXFLAGS = -g3 -Ofast -std=c++14 -D__STDC_CONSTANT_MACROS \

ifeq ($(findstring CYGWIN_NT-10.0, $(shell uname)), CYGWIN_NT-10.0)
CXX = x86_64-w64-mingw32-g++
CXXFLAGS += -Iffmpeg-7.0.1-full_build-shared/include/ -ISDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/include/
LDLIBS = -Lffmpeg-7.0.1-full_build-shared/lib/ -LSDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/lib/
CXXFLAGS += -Iffmpeg-7.0.2-full_build-shared/include/ -ISDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/include/
LDLIBS = -Lffmpeg-7.0.2-full_build-shared/lib/ -LSDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/lib/
else
CXX = g++
LDLIBS = -pthread
Expand Down

0 comments on commit 60a9036

Please sign in to comment.