gstreamer/sys/avc/Makefile.am
2013-04-15 15:59:22 +02:00

26 lines
645 B
Makefile

plugin_LTLIBRARIES = libgstavc.la
libgstavc_la_SOURCES = gstavcplugin.cpp gstavcsrc.cpp
libgstavc_la_CPPFLAGS = \
$(GST_PLUGINS_BAD_CXXFLAGS) \
$(GST_PLUGINS_BASE_CXXFLAGS) \
$(GST_CXXFLAGS) \
-framework AVCVideoServices \
-Wno-deprecated-declarations
libgstavc_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
-lgstinterfaces-$(GST_API_VERSION) \
$(GST_BASE_LIBS) \
$(GST_LIBS)
libgstavc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
libgstavc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \
-Wl,-framework -Wl,AVCVideoServices \
-Wl,-framework -Wl,Cocoa \
-Wl,-framework -Wl,QuickTime
noinst_HEADERS = gstavcsrc.h