summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: f6478e7f35ea442642de6032b76cd26fd097d6f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile.am - Automake script for mm-omxvideo
#
ACLOCAL_AMFLAGS = -I m4

BUILD_COMPONENTS := mm-core libc2dcolorconvert libplatformconfig libarbitrarybytes

if BUILD_MM_VIDEO
BUILD_COMPONENTS += mm-video-v4l2
endif

if TARGET_HYPERVISOR
BUILD_COMPONENTS += hypv-intercept
endif

SUBDIRS := $(BUILD_COMPONENTS)