mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 22:46:35 +00:00
895c730a13
Original commit message from CVS: This adds a generic video functions library
12 lines
346 B
Makefile
12 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)
|