mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
13 lines
346 B
Makefile
13 lines
346 B
Makefile
|
librarydir = $(libdir)/gst
|
||
|
|
||
|
library_LTLIBRARIES = libgstvideo.la
|
||
|
|
||
|
libgstvideo_la_SOURCES = video.c
|
||
|
|
||
|
libgstvideoincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/video
|
||
|
libgstvideoinclude_HEADERS = video.h
|
||
|
|
||
|
libgstvideo_la_LIBADD =
|
||
|
libgstvideo_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
||
|
libgstvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|