Update package version for GStreamer upgrade
[platform/upstream/gst-plugins-tizen.git] / video360 / src / Makefile.am
1 plugin_LTLIBRARIES = libgstvideo360.la
2
3 # sources used to compile this plug-in
4 libgstvideo360_la_SOURCES = \
5         gstvideo360.c \
6         gstvideo360-gl.c \
7         gstvideo360-equirectangular.c \
8         gstvideo360-formats.c
9
10 # compiler and linker flags used to compile this plugin, set in configure.ac
11 libgstvideo360_la_CFLAGS = \
12         $(GST_CFLAGS) \
13         $(TPL_CFLAGS) \
14         $(TBM_CFLAGS) \
15         $(GST_ALLOCATORS_CFLAGS) \
16         $(GLES_CFLAGS) \
17         -Wdouble-promotion \
18         -fsingle-precision-constant
19
20 libgstvideo360_la_LIBADD = \
21         $(GST_LIBS) \
22         $(TPL_LIBS) \
23         $(TBM_LIBS) \
24         $(GLES_LIBS) \
25         $(GST_ALLOCATORS_LIBS)
26
27 libgstvideo360_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
28
29 # headers we need but don't want installed
30 noinst_HEADERS = gstvideo360.h video360.h
31