brillcodec: fix compilation error 87/25587/1
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 7 Aug 2014 07:19:16 +0000 (16:19 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 7 Aug 2014 07:19:16 +0000 (16:19 +0900)
Change-Id: I62d16249f7977855b375402d20703d09e3daa6a1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/hw/pci/Makefile.objs

index 0c2a166ce2e8243ba843e85b9a5a5e0a08e59bf1..6a86b9af8c6a96e141d55e8a3437f8e9956d0451 100644 (file)
@@ -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)