summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 15:57:10 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 15:57:10 +0000
commitbdde3d5657cf87c6c63390aa0c159ad57e6732c9 (patch)
treec34a4915306505dca5cd946514d5a56d461bafe6 /libao2
parent711dc54b8ca5dbb1d42c2e6551d2443218ac9b3a (diff)
downloadmpv-bdde3d5657cf87c6c63390aa0c159ad57e6732c9.tar.bz2
mpv-bdde3d5657cf87c6c63390aa0c159ad57e6732c9.tar.xz
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
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile2
1 files changed, 1 insertions, 1 deletions
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