summaryrefslogtreecommitdiff
path: root/sys/qtwrapper/Makefile.am
blob: db08647792b2bbed666dc0440229d2078cadd3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
plugin_LTLIBRARIES = libgstqtwrapper.la

# sources used to compile this plug-in
libgstqtwrapper_la_SOURCES = \
	qtwrapper.c		\
	qtutils.c		\
	codecmapping.c		\
	audiodecoders.c		\
	videodecoders.c		\
	imagedescription.c

# flags used to compile this plugin
# add other _CFLAGS and _LIBS as needed
libgstqtwrapper_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstqtwrapper_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstqtwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio,-framework,AudioToolbox,-framework,Carbon,-framework,QuickTime,-framework,QuartzCore


# headers we need but don't want installed
noinst_HEADERS = 		\
	codecmapping.h		\
	qtwrapper.h		\
	qtutils.h		\
	imagedescription.h