changeset 1498:3c79b2aa8a77 libavformat

check for inet_aton in configure
author mru
date Tue, 14 Nov 2006 03:55:26 +0000
parents a561635afa61
children 88c11d433ffb
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Nov 14 03:42:28 2006 +0000
+++ b/Makefile	Tue Nov 14 03:55:26 2006 +0000
@@ -167,7 +167,7 @@
 OBJS+= file.o
 ifeq ($(CONFIG_NETWORK),yes)
 OBJS+= udp.o tcp.o http.o rtsp.o rtp.o rtpproto.o mpegts.o base64.o rtp_h264.o
-ifeq ($(NEED_INET_ATON),yes)
+ifneq ($(HAVE_INET_ATON),yes)
 OBJS+= barpainet.o
 endif
 endif