2011-07-20 09:09:54 +00:00
|
|
|
plugin_LTLIBRARIES = libgstopenmax.la
|
2011-06-28 06:51:23 +00:00
|
|
|
|
2011-07-20 09:09:54 +00:00
|
|
|
libgstopenmax_la_SOURCES = \
|
2011-06-28 06:51:23 +00:00
|
|
|
gstomx.c \
|
|
|
|
gstomxvideodec.c \
|
2011-07-20 06:34:33 +00:00
|
|
|
gstomxvideoenc.c \
|
2011-08-15 13:10:04 +00:00
|
|
|
gstomxaudioenc.c \
|
2011-06-28 06:51:23 +00:00
|
|
|
gstomxmpeg4videodec.c \
|
2011-07-12 06:53:15 +00:00
|
|
|
gstomxh264dec.c \
|
2011-07-25 09:44:56 +00:00
|
|
|
gstomxh263dec.c \
|
2011-07-25 10:01:05 +00:00
|
|
|
gstomxwmvdec.c \
|
2011-07-20 06:34:33 +00:00
|
|
|
gstomxmpeg4videoenc.c \
|
2011-07-25 09:32:51 +00:00
|
|
|
gstomxh264enc.c \
|
2011-07-29 10:06:21 +00:00
|
|
|
gstomxh263enc.c \
|
2011-08-16 08:49:21 +00:00
|
|
|
gstomxaacenc.c \
|
2011-06-28 06:51:23 +00:00
|
|
|
gstbasevideocodec.c \
|
|
|
|
gstbasevideodecoder.c \
|
|
|
|
gstbasevideoencoder.c \
|
2012-04-30 20:58:43 +00:00
|
|
|
gstbasevideoutils.c \
|
|
|
|
gstomxrecmutex.c
|
2011-06-28 06:51:23 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2011-07-13 11:59:50 +00:00
|
|
|
gstomx.h \
|
2011-06-28 06:51:23 +00:00
|
|
|
gstomxvideodec.h \
|
2011-07-20 06:34:33 +00:00
|
|
|
gstomxvideoenc.h \
|
2011-08-15 13:10:04 +00:00
|
|
|
gstomxaudioenc.h \
|
2011-06-28 06:51:23 +00:00
|
|
|
gstomxmpeg4videodec.h \
|
2011-07-12 06:53:15 +00:00
|
|
|
gstomxh264dec.h \
|
2011-07-25 09:44:56 +00:00
|
|
|
gstomxh263dec.h \
|
2011-07-25 10:01:05 +00:00
|
|
|
gstomxwmvdec.h \
|
2011-07-20 06:34:33 +00:00
|
|
|
gstomxmpeg4videoenc.h \
|
2011-07-25 09:32:51 +00:00
|
|
|
gstomxh264enc.h \
|
2011-07-29 10:06:21 +00:00
|
|
|
gstomxh263enc.h \
|
2011-08-16 08:49:21 +00:00
|
|
|
gstomxaacenc.h \
|
2011-06-28 06:51:23 +00:00
|
|
|
gstbasevideocodec.h \
|
|
|
|
gstbasevideodecoder.h \
|
2011-07-09 09:41:42 +00:00
|
|
|
gstbasevideoencoder.h \
|
2012-04-30 20:58:43 +00:00
|
|
|
gstbasevideoutils.h \
|
|
|
|
gstomxrecmutex.h
|
2011-06-28 06:51:23 +00:00
|
|
|
|
2011-07-09 08:44:16 +00:00
|
|
|
fixbaseclasses = \
|
|
|
|
-DGstBaseVideoCodec=OMXBaseVideoCodec \
|
|
|
|
-DGstBaseVideoCodecClass=OMXBaseVideoCodecClass \
|
|
|
|
-DGstBaseVideoEncoder=OMXBaseVideoEncoder \
|
|
|
|
-DGstBaseVideoEncoderClass=OMXBaseVideoEncoderClass \
|
|
|
|
-DGstBaseVideoDecoder=OMXBaseVideoDecoder \
|
2011-11-25 10:31:58 +00:00
|
|
|
-DGstBaseVideoDecoderClass=OMXBaseVideoDecoderClass
|
2011-07-09 08:44:16 +00:00
|
|
|
|
2011-07-20 09:09:54 +00:00
|
|
|
libgstopenmax_la_CFLAGS = \
|
2011-06-28 06:51:23 +00:00
|
|
|
-DGST_USE_UNSTABLE_API=1 \
|
2012-04-13 21:16:42 +00:00
|
|
|
-I$(abs_srcdir)/openmax \
|
2011-06-28 06:51:23 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
2011-07-09 08:44:16 +00:00
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(fixbaseclasses)
|
2011-07-20 09:09:54 +00:00
|
|
|
libgstopenmax_la_LIBADD = \
|
2011-06-28 06:51:23 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2012-04-12 19:57:32 +00:00
|
|
|
-lgstaudio-@GST_API_VERSION@ \
|
|
|
|
-lgstpbutils-@GST_API_VERSION@ \
|
|
|
|
-lgstvideo-@GST_API_VERSION@ \
|
2011-06-28 06:51:23 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS)
|
2011-07-20 09:09:54 +00:00
|
|
|
libgstopenmax_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2011-06-28 06:51:23 +00:00
|
|
|
|
2011-07-13 12:04:47 +00:00
|
|
|
EXTRA_DIST = openmax gstomx.conf
|
2011-06-28 06:51:23 +00:00
|
|
|
|
2012-01-18 19:53:16 +00:00
|
|
|
Android.mk: Makefile.am $(BUILT_SOURCES)
|
|
|
|
androgenizer \
|
|
|
|
-:PROJECT libgstopenmax -:SHARED libgstopenmax \
|
|
|
|
-:TAGS eng debug \
|
|
|
|
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
|
|
|
|
-:SOURCES $(libgstopenmax_la_SOURCES) \
|
|
|
|
$(nodist_libgstopenmax_la_SOURCES) \
|
|
|
|
-:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstopenmax_la_CFLAGS) \
|
|
|
|
-:LDFLAGS $(libgstopenmax_la_LDFLAGS) \
|
|
|
|
$(libgstopenmax_la_LIBADD) \
|
|
|
|
-ldl \
|
|
|
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
|
|
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
|
|
|
> $@
|