From 0df342358fcb35109f608dedcaea57d48513423e Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Thu, 7 Aug 2014 16:19:16 +0900 Subject: [PATCH] brillcodec: fix compilation error Change-Id: I62d16249f7977855b375402d20703d09e3daa6a1 Signed-off-by: SeokYeon Hwang --- tizen/src/hw/pci/Makefile.objs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tizen/src/hw/pci/Makefile.objs b/tizen/src/hw/pci/Makefile.objs index 0c2a166..6a86b9a 100644 --- a/tizen/src/hw/pci/Makefile.objs +++ b/tizen/src/hw/pci/Makefile.objs @@ -20,5 +20,5 @@ LIBS += -framework Cocoa -framework QTKit -framework CoreVideo LIBS += -framework AppKit endif -maru_brill_codec.o-cflags := $(LIBAV_CFLAGS) -#$(obj)/maru_brillcodec.o $(obj)/maru_brillcodec_device.o: QEMU_CFLAGS += $(LIBAV_CFLAGS) +maru_brillcodec.o-cflags := $(LIBAV_CFLAGS) +maru_brillcodec_device.o-cflags := $(LIBAV_CFLAGS) -- 2.7.4