Skip to content
Snippets Groups Projects
Commit 8f514e66 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

examples: don't compile testrtpool example if pthreads are not available like on win32

Based on patch by: italarab@gmail.com

https://bugzilla.gnome.org/show_bug.cgi?id=688511
parent 45bd1c19
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,6 @@ EXAMPLES = \
appsink \
dynformat \
effectswitch \
testrtpool \
norebuffer \
playbin \
decodebin \
......@@ -61,11 +60,15 @@ BUILT_SOURCES = \
appsink.c \
dynformat.c \
effectswitch.c \
testrtpool.c \
norebuffer.c \
playbin.c decodebin.c \
playsink.c
if HAVE_PTHREAD
BUILT_SOURCES += testrtpool.c
EXAMPLES += testrtpool
endif
CLEANFILES = core core.* test-registry.* *.gcno *.gcda $(BUILT_SOURCES)
AM_CFLAGS = $(GST_OBJ_CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment