gstreamer/tests/examples/avsamplesink/Makefile.am
Matthew Waters e505f6257c applemedia: new AVSampleBufferLayerSink
Renders buffers using the CALayer subclass AVSampleBufferDisplayLayer
which can be placed inside a Core Animation render tree.
2015-02-24 19:12:10 +11:00

14 lines
352 B
Makefile

noinst_PROGRAMS = avsamplesink
avsamplesink_SOURCES = main.m
avsamplesink_OBJCFLAGS= \
$(GST_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
avsamplesink_LDADD= \
$(GST_PLUGINS_BASE_LIBS) $(GST_LIBS)
avsamplesink_LDFLAGS = \
-Wl,-framework -Wl,AVFoundation \
-Wl,-framework -Wl,QuartzCore \
-Wl,-framework -Wl,Cocoa
avsamplesink_LIBTOOLFLAGS = --tag=CC