gstreamer/gst-libs/gst/isoff/Makefile.am
Seungha Yang 7d06ecb3a4 isoff: Move isoff to gst-libs
Also rename unit test dash_isoff to isoff

https://bugzilla.gnome.org/show_bug.cgi?id=777825
2017-08-25 17:21:04 -07:00

24 lines
571 B
Makefile

lib_LTLIBRARIES = libgstisoff-@GST_API_VERSION@.la
libgstisoff_@GST_API_VERSION@_la_SOURCES = \
gstisoff.c
libgstisoff_@GST_API_VERSION@includedir = \
$(includedir)/gstreamer-@GST_API_VERSION@/gst/isoff
libgstisoff_@GST_API_VERSION@include_HEADERS = \
gstisoff.h
libgstisoff_@GST_API_VERSION@_la_CFLAGS = \
$(GST_PLUGINS_BAD_CFLAGS) \
-DGST_USE_UNSTABLE_API \
$(GST_CFLAGS)
libgstisoff_@GST_API_VERSION@_la_LIBADD = \
$(GST_BASE_LIBS) \
$(GST_LIBS)
libgstisoff_@GST_API_VERSION@_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
$(GST_ALL_LDFLAGS) \
$(GST_LT_LDFLAGS)