| plugin_LTLIBRARIES = libgstandroidmedia.la |
| |
| libgstandroidmedia_la_SOURCES = \ |
| gstamc.c \ |
| gstamcaudiodec.c \ |
| gstamcvideodec.c \ |
| gstamcvideoenc.c \ |
| gstjniutils.c |
| |
| noinst_HEADERS = \ |
| gstamc.h \ |
| gstamc-constants.h \ |
| gstamcaudiodec.h \ |
| gstamcvideodec.h \ |
| gstamcvideoenc.h \ |
| gstjniutils.h |
| |
| libgstandroidmedia_la_CFLAGS = \ |
| $(GST_PLUGINS_BASE_CFLAGS) \ |
| $(GST_BASE_CFLAGS) \ |
| $(GST_CFLAGS) \ |
| $(ORC_CFLAGS) |
| libgstandroidmedia_la_LIBADD = \ |
| $(GST_PLUGINS_BASE_LIBS) \ |
| -lgstaudio-@GST_API_VERSION@ \ |
| -lgstpbutils-@GST_API_VERSION@ \ |
| -lgstvideo-@GST_API_VERSION@ \ |
| $(GST_BASE_LIBS) \ |
| $(GST_LIBS) \ |
| $(ORC_LIBS) |
| libgstandroidmedia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |
| libgstandroidmedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) |