From 43f568b43682e77e5adb315cfc349ede8bdf05f7 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 23 Nov 2012 23:29:28 +0100 Subject: [PATCH] Fix win32 build. --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 2607f68ff3..917c9d76e6 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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