diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-11-14 01:02:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-14 01:02:30 +0000 |
commit | 8fc433b476eaf277a6342c6165cb52d813fbb3fd (patch) | |
tree | 816311d1a6501c94ef82d2a20e30fab2f7fff7bd | |
parent | 10265a1aa9c355aeff79c974efc1e04845d08614 (diff) | |
download | ffmpeg-8fc433b476eaf277a6342c6165cb52d813fbb3fd.tar.gz |
Remove wrong/misleading comment.
Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/Makefile | 1 |
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 |