From da97b29d0bab1d275b1a57f844d6bb51ab72cea7 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 18 Nov 2011 13:07:24 +0100 Subject: [PATCH] Update FFmpeg to use new define in Win32. --- Makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.win b/Makefile.win index b2a2c370e3..3937523dce 100644 --- a/Makefile.win +++ b/Makefile.win @@ -128,6 +128,7 @@ ifeq ($(HAVE_FFMPEG), 1) DEFINES += -DHAVE_FFMPEG_AVCODEC_OPEN2 DEFINES += -DHAVE_FFMPEG_AVIO_OPEN DEFINES += -DHAVE_FFMPEG_AVFORMAT_WRITE_HEADER + DEFINES += -DHAVE_FFMPEG_AVFORMAT_NEW_STREAM DEFINES += -DHAVE_X264RGB OBJ += record/ffemu.o endif