Since gcc-4.7 patch for FFmpeg libs has been applied,
emulator does not need to disable codec module on Mac.
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
endif
ifdef CONFIG_DARWIN
# FIXME: disabled codec on Mac now
-# LIBS += -lavformat -lavcodec -lavutil -lm
+LIBS += -lavformat -lavcodec -lavutil -lm
endif
ifdef CONFIG_DEBUG_EXEC
obj-y += maru_brightness.o
obj-y += maru_usb_touchscreen.o maru_virtio_touchscreen.o
obj-y += maru_virtio_keyboard.o
-ifndef CONFIG_DARWIN
obj-y += maru_codec.o
+ifndef CONFIG_DARWIN
obj-$(CONFIG_PCI) += maru_camera_common_pci.o
obj-$(CONFIG_LINUX) += maru_camera_linux_pci.o
obj-$(CONFIG_WIN32) += maru_camera_win32_pci.o
pc_pci_device_init(pci_bus);
}
-#ifndef CONFIG_DARWIN
// maru specialized device init...
if (pci_enabled) {
- //tizen_ac97_init(pci_bus);
codec_init(pci_bus);
}
-#endif
#ifdef CONFIG_YAGL
pci_create_simple(pci_bus, -1, "yagl");
#endif