mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
Fix win32 build.
This commit is contained in:
parent
b499206a00
commit
43f568b436
@ -195,7 +195,7 @@ ifeq ($(HAVE_DINPUT), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_FFMPEG), 1)
|
||||
LIBS += -lavformat -lavcodec -lavutil -lws2_32 -lz
|
||||
LIBS += -lavformat -lavcodec -lavutil -lswscale -lws2_32 -lz
|
||||
DEFINES += -DHAVE_FFMPEG -Iffmpeg
|
||||
DEFINES += -DHAVE_FFMPEG_ALLOC_CONTEXT3
|
||||
DEFINES += -DHAVE_FFMPEG_AVCODEC_OPEN2
|
||||
|
Loading…
Reference in New Issue
Block a user