Mercurial > mplayer.hg
comparison Makefile @ 33389:2672587086ad
Add MNG output support.
Patch by Stefan Schuermans, stefan blinkenarea dot org.
author | cboesch |
---|---|
date | Sat, 21 May 2011 15:04:50 +0000 |
parents | 6170442680ac |
children | 4f940d7917f0 |
comparison
equal
deleted
inserted
replaced
33388:25880d57740d | 33389:2672587086ad |
---|---|
573 | 573 |
574 SRCS_MPLAYER-$(LIBMENU_DVBIN) += libmenu/menu_dvbin.c | 574 SRCS_MPLAYER-$(LIBMENU_DVBIN) += libmenu/menu_dvbin.c |
575 SRCS_MPLAYER-$(LIRC) += input/lirc.c | 575 SRCS_MPLAYER-$(LIRC) += input/lirc.c |
576 SRCS_MPLAYER-$(MD5SUM) += libvo/vo_md5sum.c | 576 SRCS_MPLAYER-$(MD5SUM) += libvo/vo_md5sum.c |
577 SRCS_MPLAYER-$(MGA) += libvo/vo_mga.c | 577 SRCS_MPLAYER-$(MGA) += libvo/vo_mga.c |
578 SRCS_MPLAYER-$(MNG) += libvo/vo_mng.c | |
578 SRCS_MPLAYER-$(NAS) += libao2/ao_nas.c | 579 SRCS_MPLAYER-$(NAS) += libao2/ao_nas.c |
579 SRCS_MPLAYER-$(NETWORKING) += udp_sync.c | 580 SRCS_MPLAYER-$(NETWORKING) += udp_sync.c |
580 SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c | 581 SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c |
581 SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c | 582 SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c |
582 SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c | 583 SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c |