From a1447ba85632064a15ae934728b139bea62bd267 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 16 Jan 2006 17:51:35 +0000 Subject: remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8101 f38db490-d61c-443f-a65b-d21fe96a405b --- formats/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'formats/Makefile') diff --git a/formats/Makefile b/formats/Makefile index 42258242e..9858180bd 100644 --- a/formats/Makefile +++ b/formats/Makefile @@ -29,10 +29,6 @@ ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/vorbis/codec.h),) FORMAT_LIBS+=format_ogg_vorbis.so endif -ifeq ($(findstring BSD,${OSARCH}),BSD) - CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib -endif - GSMLIB=../codecs/gsm/lib/libgsm.a ifeq (${OSARCH},CYGWIN) -- cgit v1.2.3