mirror of
https://github.com/followmsi/android_hardware_qcom_media.git
synced 2024-10-31 22:47:35 +00:00
f7ad0dbef6
add makefile and configure file to build mm-core libraries. Change-Id: I94c714d124594627ce6b61ad4a507d1718e3eee1
11 lines
194 B
Makefile
11 lines
194 B
Makefile
# Makefile.am - Automake script for mm-omxvideo
|
|
#
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
BUILD_COMPONENTS := mm-core
|
|
|
|
if BUILD_MM_VIDEO
|
|
BUILD_COMPONENTS += mm-video-v4l2
|
|
endif
|
|
|
|
SUBDIRS := $(BUILD_COMPONENTS)
|