Skip to content
Snippets Groups Projects
Commit e9cab272 authored by Josep Torra's avatar Josep Torra
Browse files

build: silence error about pthread for 'make check' in osx

Fixes "clang: error: argument unused during compilation: '-pthread'"
parent de3d0c45
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,9 @@ GTK_DOC_CHECK([1.12])
dnl *** checks for libraries ***
dnl check for pthreads
AX_PTHREAD
dnl *** checks for header files ***
dnl *** checks for types/defines ***
......
......@@ -50,7 +50,7 @@ AM_CFLAGS = -I$(top_srcdir)/gst/rtsp-server \
$(GST_CHECK_CFLAGS) \
-DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
-DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
-UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS $(PTHREAD_CFLAGS)
AM_CXXFLAGS = $(GST_CXXFLAGS) $(GST_CHECK_CFLAGS) \
-DGST_TEST_FILES_PATH="\"$(TEST_FILES_DIRECTORY)\"" \
-DGST_CHECK_TEST_ENVIRONMENT_BEACON="\"GST_PLUGIN_LOADING_WHITELIST\"" \
......
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