From bdde3d5657cf87c6c63390aa0c159ad57e6732c9 Mon Sep 17 00:00:00 2001 From: nexus Date: Mon, 3 Dec 2001 15:57:10 +0000 Subject: FreeBSD install nas* to /usr/X11 by default (and require -lm) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3284 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2/Makefile') diff --git a/libao2/Makefile b/libao2/Makefile index 352aef7bc5..4d8b90264a 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -7,7 +7,7 @@ LIBNAME = libao2.a SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) .SUFFIXES: .c .o -- cgit v1.2.3