From 1bd852073d3440b810fb8a3f2d9f5e8b82febcc0 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 20 Apr 2009 13:09:46 +0200 Subject: add osxvideosrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: * sys/Makefile.am: * sys/osxvideo/Makefile.am: Autoconfiscation. * sys/osxvideo/osxvideoplugin.m: * sys/osxvideo/osxvideosrc.h: * sys/osxvideo/osxvideosrc.c: Add osxvideosrc. Should fix #153684. Patch-by: Ole André Vadla Ravnås Patch-by: Ali Sabil Patch-by: Barracuda Networks --- sys/osxvideo/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys/osxvideo/Makefile.am (limited to 'sys/osxvideo/Makefile.am') diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am new file mode 100644 index 00000000..dd46e99c --- /dev/null +++ b/sys/osxvideo/Makefile.am @@ -0,0 +1,18 @@ + +plugin_LTLIBRARIES = libgstosxvideosrc.la + +libgstosxvideosrc_la_SOURCES = osxvideoplugin.m osxvideosrc.c +libgstosxvideosrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) -Wno-deprecated-declarations +libgstosxvideosrc_la_LIBADD = \ + $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ + -lgstinterfaces-$(GST_MAJORMINOR) + +libgstosxvideosrc_la_LIBTOOLFLAGS = --tag=disable-static + +libgstosxvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \ + -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime + +AM_OBJCFLAGS=$(CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) + +noinst_HEADERS = osxvideosrc.h -- cgit v1.2.1