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-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-06-28 06:51:23 +00:00
|
|
|
gstbasevideocodec.c \
|
|
|
|
gstbasevideodecoder.c \
|
|
|
|
gstbasevideoencoder.c \
|
|
|
|
gstbasevideoutils.c
|
|
|
|
|
|
|
|
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-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-06-28 06:51:23 +00:00
|
|
|
gstbasevideocodec.h \
|
|
|
|
gstbasevideodecoder.h \
|
2011-07-09 09:41:42 +00:00
|
|
|
gstbasevideoencoder.h \
|
|
|
|
gstbasevideoutils.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 \
|
|
|
|
-DGstBaseVideoDecoderClass=OMXBaseVideoDecoderClass
|
|
|
|
|
2011-07-20 09:09:54 +00:00
|
|
|
libgstopenmax_la_CFLAGS = \
|
2011-06-28 06:51:23 +00:00
|
|
|
-DGST_USE_UNSTABLE_API=1 \
|
|
|
|
-I$(srcdir)/openmax \
|
|
|
|
$(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) \
|
|
|
|
-lgstvideo-@GST_MAJORMINOR@ \
|
|
|
|
$(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
|
|
|
|