mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
osxvideosink: Put the right flags in the right variable
This commit is contained in:
parent
20cd49d8e2
commit
88554404e6
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
plugin_LTLIBRARIES = libgstosxvideosink.la
|
plugin_LTLIBRARIES = libgstosxvideosink.la
|
||||||
|
|
||||||
libgstosxvideosink_la_SOURCES = osxvideosink.m cocoawindow.m
|
libgstosxvideosink_la_SOURCES = osxvideosink.m cocoawindow.m
|
||||||
libgstosxvideosink_la_CFLAGS = $(GST_OBJCFLAGS) $(GST_BASE_CFLAGS) \
|
libgstosxvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||||
|
$(GST_PLUGINS_BASE_CFLAGS) -DRUN_NS_APP_THREAD
|
||||||
|
libgstosxvideosink_la_OBJCFLAGS = $(GST_OBJCFLAGS) $(GST_BASE_CFLAGS) \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) -DRUN_NS_APP_THREAD
|
$(GST_PLUGINS_BASE_CFLAGS) -DRUN_NS_APP_THREAD
|
||||||
libgstosxvideosink_la_LIBADD = \
|
libgstosxvideosink_la_LIBADD = \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
|
|
Loading…
Reference in a new issue