From 6de50e694ba159b18070206eee1eb2f826ffd4e1 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 26 Sep 2002 12:20:12 +0000 Subject: This adds a generic video functions library Original commit message from CVS: This adds a generic video functions library --- gst-libs/gst/video/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gst-libs/gst/video/Makefile.am (limited to 'gst-libs/gst/video/Makefile.am') diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am new file mode 100644 index 00000000..ef924fd7 --- /dev/null +++ b/gst-libs/gst/video/Makefile.am @@ -0,0 +1,12 @@ +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) -- cgit v1.2.1