summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-14 01:02:30 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-14 01:02:30 +0000
commit8fc433b476eaf277a6342c6165cb52d813fbb3fd (patch)
tree816311d1a6501c94ef82d2a20e30fab2f7fff7bd /libavformat/Makefile
parent10265a1aa9c355aeff79c974efc1e04845d08614 (diff)
Remove wrong/misleading comment.
Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index dee7b1911a..647383aace 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -167,7 +167,6 @@ ifeq ($(CONFIG_PROTOCOLS),yes)
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
-# BeOS and Darwin network stuff
ifeq ($(NEED_INET_ATON),yes)
OBJS+= barpainet.o
endif