Add placeholder define for when libx264 RGB support is built in.

This commit is contained in:
Themaister 2011-10-09 12:37:53 +02:00
parent 1058d94ec1
commit 4916f7b08b

View File

@ -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