[Mplayer-cvslog] CVS: main/libao2 Makefile,1.14,1.15
Bohdan 'Nexus' Horst
nexus at mplayer.dev.hu
Mon Dec 3 16:57:13 CET 2001
Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv23032/libao2
Modified Files:
Makefile
Log Message:
FreeBSD install nas* to /usr/X11 by default (and require -lm)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile 29 Nov 2001 12:44:06 -0000 1.14
+++ Makefile 3 Dec 2001 15:57:10 -0000 1.15
@@ -7,7 +7,7 @@
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
More information about the MPlayer-cvslog
mailing list