mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 22:46:24 +00:00
osxvideosink: enable running the cocoa main runloop in a thread
This commit is contained in:
parent
718837d914
commit
fdf5fd9f16
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ libgstosxvideosink_la_LIBADD = \
|
||||||
libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL
|
libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL
|
||||||
libgstosxvideosink_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstosxvideosink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
AM_OBJCFLAGS=$(CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) -Wno-aggregate-return
|
AM_OBJCFLAGS=$(CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) -Wno-aggregate-return -DRUN_NS_APP_THREAD
|
||||||
|
|
||||||
noinst_HEADERS = osxvideosink.h cocoawindow.h
|
noinst_HEADERS = osxvideosink.h cocoawindow.h
|
||||||
|
|
Loading…
Reference in a new issue