From db77cc621ac71f2a18aba0c2072c3d379e871e85 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 8 Jul 2008 22:49:00 +0200 Subject: Fix compilation for pthread support provided by PTHREAD_{CFLAGS+LIBS} includes which includes . As all xine sources include , the PTHREAD_CFLAGS are always needed. This patch removed it from two Makefile.am and adds them to CPPFLAGS --- src/xine-utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xine-utils') diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index a599f9b12..8a3d88ddd 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -12,7 +12,7 @@ endif endif AM_CFLAGS = $(X_CFLAGS) $(VISIBILITY_FLAG) -AM_CPPFLAGS= $(PTHREAD_CFLAGS) -DXINE_LIBRARY_COMPILE +AM_CPPFLAGS= -DXINE_LIBRARY_COMPILE libxineutils_la_SOURCES = $(pppc_files) \ cpu_accel.c \ -- cgit v1.2.3