summaryrefslogtreecommitdiff
path: root/examples/egl/Makefile.am
blob: 8dc702727d06589c2bcbde085068e863f331852c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
noinst_PROGRAMS = 

if USE_OMX_TARGET_RPI
noinst_PROGRAMS += testegl
endif

testegl_SOURCES = testegl.c

noinst_HEADERS = cube_texture_and_coords.h

testegl_LDADD = \
	$(GST_PLUGINS_BASE_LIBS) \
  -lgstvideo-@GST_API_VERSION@ \
	$(GST_BASE_LIBS) \
	$(GST_LIBS) \
	$(GST_GL_LIBS)

testegl_CFLAGS = \
	$(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_BASE_CFLAGS) \
	$(GST_CFLAGS) \
	$(GST_GL_CFLAGS)