Mercurial > mplayer.hg
diff Makefile @ 31683:db0b49579eeb
Rename network build system variable and command line option to networking.
This avoids conflicts with the FFmpeg variable of the same name.
author | diego |
---|---|
date | Sat, 17 Jul 2010 13:14:53 +0000 |
parents | cafeb7863de8 |
children | b41cbf02f854 |
line wrap: on
line diff
--- a/Makefile Sat Jul 17 10:28:17 2010 +0000 +++ b/Makefile Sat Jul 17 13:14:53 2010 +0000 @@ -222,7 +222,7 @@ SRCS_COMMON-$(NEED_STRSEP) += osdep/strsep.c SRCS_COMMON-$(NEED_SWAB) += osdep/swab.c SRCS_COMMON-$(NEED_VSSCANF) += osdep/vsscanf.c -SRCS_COMMON-$(NETWORK) += stream/stream_netstream.c \ +SRCS_COMMON-$(NETWORKING) += stream/stream_netstream.c \ stream/asf_mmst_streaming.c \ stream/asf_streaming.c \ stream/cookies.c \