From 4baca0690f827be32cb17ac57c44c89e63a6b516 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Wed, 27 Nov 2002 02:45:14 +0000 Subject: More changes to make things compile on more platforms Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 1051aa6..0ee4f09 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -35,7 +35,7 @@ endif ifeq ($(CONFIG_NETWORK),yes) OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o # BeOS network stuff -ifeq ($(CONFIG_BEOS_NETSERVER),yes) +ifeq ($(NEED_INET_ATON),yes) OBJS+= barpainet.o endif endif -- cgit v1.1