From 4916f7b08bfe14ff267fa5b4ad1c3497c55f3983 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 9 Oct 2011 12:37:53 +0200 Subject: [PATCH] Add placeholder define for when libx264 RGB support is built in. --- Makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.win b/Makefile.win index 094df26dbe..76bc9bd1d3 100644 --- a/Makefile.win +++ b/Makefile.win @@ -122,6 +122,7 @@ ifeq ($(HAVE_FFMPEG), 1) DEFINES += -DHAVE_FFMPEG_AVCODEC_OPEN2 DEFINES += -DHAVE_FFMPEG_AVIO_OPEN DEFINES += -DHAVE_FFMPEG_AVFORMAT_WRITE_HEADER + #DEFINES += -DHAVE_X264RGB OBJ += record/ffemu.o endif