From c7f8110670491175a191fbe7fda43f718f00f3d6 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 10 Oct 2011 22:24:26 +0200 Subject: [PATCH] Use glorious x264 RGB. --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 76bc9bd1d3..b66bf66d02 100644 --- a/Makefile.win +++ b/Makefile.win @@ -122,7 +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 + DEFINES += -DHAVE_X264RGB OBJ += record/ffemu.o endif