Skip to content

Commit

Permalink
Upgrade to FFmpeg 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfryd committed Jan 13, 2024
1 parent 51853a5 commit 1c7e632
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-6.1-full_build-shared/include/ -ISDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/include/
LDLIBS = -Lffmpeg-6.1-full_build-shared/lib/ -LSDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/lib/ -lavformat -lavcodec -lavfilter -lavutil -lswresample -lswscale -lSDL2 -lSDL2_ttf
CXXFLAGS += -Iffmpeg-6.1.1-full_build-shared/include/ -ISDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/include/
LDLIBS = -Lffmpeg-6.1.1-full_build-shared/lib/ -LSDL2-devel-2.28.5-mingw/SDL2-2.28.5/x86_64-w64-mingw32/lib/ -lavformat -lavcodec -lavfilter -lavutil -lswresample -lswscale -lSDL2 -lSDL2_ttf
else
CXX = g++
LDLIBS = -lavformat -lavcodec -lavfilter -lavutil -lswscale -lSDL2 -lSDL2_ttf -pthread
Expand Down

0 comments on commit 1c7e632

Please sign in to comment.