Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
31981:ae5a36acc995 | 31982:184969a3a437 |
---|---|
612 SRCS_MPLAYER-$(LIBMENU_DVBIN) += libmenu/menu_dvbin.c | 612 SRCS_MPLAYER-$(LIBMENU_DVBIN) += libmenu/menu_dvbin.c |
613 SRCS_MPLAYER-$(LIRC) += input/lirc.c | 613 SRCS_MPLAYER-$(LIRC) += input/lirc.c |
614 SRCS_MPLAYER-$(MD5SUM) += libvo/vo_md5sum.c | 614 SRCS_MPLAYER-$(MD5SUM) += libvo/vo_md5sum.c |
615 SRCS_MPLAYER-$(MGA) += libvo/vo_mga.c | 615 SRCS_MPLAYER-$(MGA) += libvo/vo_mga.c |
616 SRCS_MPLAYER-$(NAS) += libao2/ao_nas.c | 616 SRCS_MPLAYER-$(NAS) += libao2/ao_nas.c |
617 SRCS_MPLAYER-$(NETWORKING) += udp_sync.c | |
617 SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c | 618 SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c |
618 SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c | 619 SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c |
619 SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c | 620 SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c |
620 SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c | 621 SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c |
621 SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c libvo/osx_common.c | 622 SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c libvo/osx_common.c |