Mercurial > mplayer.hg
diff Makefile @ 31982:184969a3a437
Add synchronization of multiple MPlayer instances over UDP.
Patch by Jason Holt [jholt google com]
author | reimar |
---|---|
date | Wed, 08 Sep 2010 05:29:05 +0000 |
parents | 4cccb69779ef |
children | 4614728cab25 |
line wrap: on
line diff
--- a/Makefile Tue Sep 07 23:46:14 2010 +0000 +++ b/Makefile Wed Sep 08 05:29:05 2010 +0000 @@ -614,6 +614,7 @@ SRCS_MPLAYER-$(MD5SUM) += libvo/vo_md5sum.c SRCS_MPLAYER-$(MGA) += libvo/vo_mga.c SRCS_MPLAYER-$(NAS) += libao2/ao_nas.c +SRCS_MPLAYER-$(NETWORKING) += udp_sync.c SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c