mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
f26bbe9de8
Original commit message from CVS: fix plugin names move gstvideosink.h to videosink.h
12 lines
373 B
Makefile
12 lines
373 B
Makefile
librarydir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
library_LTLIBRARIES = libgstvideo.la
|
|
|
|
libgstvideo_la_SOURCES = video.c gstvideosink.c
|
|
|
|
libgstvideoincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video
|
|
libgstvideoinclude_HEADERS = video.h videosink.h
|
|
|
|
libgstvideo_la_LIBADD =
|
|
libgstvideo_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|