osxvideosink: enable running the cocoa main runloop in a thread
[platform/upstream/gst-plugins-good.git] / sys / osxvideo / Makefile.am
1
2 plugin_LTLIBRARIES = libgstosxvideosink.la
3
4 libgstosxvideosink_la_SOURCES = osxvideosink.m cocoawindow.m 
5 libgstosxvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
6         $(GST_PLUGINS_BASE_CFLAGS)
7 libgstosxvideosink_la_LIBADD =  \
8         $(GST_LIBS) \
9         $(GST_BASE_LIBS) \
10     $(GST_PLUGINS_BASE_LIBS) \
11     -lgstvideo-$(GST_API_VERSION) \
12         -lgstinterfaces-$(GST_API_VERSION)
13
14 libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL
15 libgstosxvideosink_la_LIBTOOLFLAGS = --tag=disable-static
16
17 AM_OBJCFLAGS=$(CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) -Wno-aggregate-return -DRUN_NS_APP_THREAD
18
19 noinst_HEADERS = osxvideosink.h cocoawindow.h