Mercurial > libavformat.hg
changeset 1:464f4e8aa417 libavformat
More changes to make things compile on more platforms
author | philipjsg |
---|---|
date | Wed, 27 Nov 2002 02:45:14 +0000 |
parents | 05318cf2e886 |
children | 06b1347b3c8e |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Nov 25 19:07:40 2002 +0000 +++ b/Makefile Wed Nov 27 02:45:14 2002 +0000 @@ -35,7 +35,7 @@ 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