summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-27 02:45:14 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-11-27 02:45:14 +0000
commit4baca0690f827be32cb17ac57c44c89e63a6b516 (patch)
treeb356f644f6c7f7e7536080bef0ef475fd92e16e8 /libavformat
parent3354b0c9e59eaad616be3b1f58d5306ce012af7a (diff)
More changes to make things compile on more platforms
Originally committed as revision 1287 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 1051aa6543..0ee4f09e4a 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