Mercurial > mplayer.hg
comparison Makefile @ 31334:7ab74cfbcabe
Revert linking vd_zrmjpeg.c and vf_zrmjpeg.c to MPlayer only.
Currently linking decoders or filters to just one program is not possible.
author | diego |
---|---|
date | Mon, 14 Jun 2010 11:15:21 +0000 |
parents | 9ce59b78dbfd |
children | c9f185fdf201 |
comparison
equal
deleted
inserted
replaced
31333:b11048ce9979 | 31334:7ab74cfbcabe |
---|---|
324 loader/dmo/dmo_guids.c \ | 324 loader/dmo/dmo_guids.c \ |
325 | 325 |
326 SRCS_COMMON-$(XANIM_CODECS) += libmpcodecs/vd_xanim.c | 326 SRCS_COMMON-$(XANIM_CODECS) += libmpcodecs/vd_xanim.c |
327 SRCS_COMMON-$(XMMS_PLUGINS) += libmpdemux/demux_xmms.c | 327 SRCS_COMMON-$(XMMS_PLUGINS) += libmpdemux/demux_xmms.c |
328 SRCS_COMMON-$(XVID4) += libmpcodecs/vd_xvid4.c | 328 SRCS_COMMON-$(XVID4) += libmpcodecs/vd_xvid4.c |
329 | 329 SRCS_COMMON-$(ZR) += libmpcodecs/vd_zrmjpeg.c \ |
330 libmpcodecs/vf_zrmjpeg.c | |
330 SRCS_COMMON = asxparser.c \ | 331 SRCS_COMMON = asxparser.c \ |
331 codec-cfg.c \ | 332 codec-cfg.c \ |
332 cpudetect.c \ | 333 cpudetect.c \ |
333 edl.c \ | 334 edl.c \ |
334 find_sub.c \ | 335 find_sub.c \ |
659 SRCS_MPLAYER-$(XV) += libvo/vo_xv.c | 660 SRCS_MPLAYER-$(XV) += libvo/vo_xv.c |
660 SRCS_MPLAYER-$(XVIDIX) += libvo/vo_xvidix.c | 661 SRCS_MPLAYER-$(XVIDIX) += libvo/vo_xvidix.c |
661 SRCS_MPLAYER-$(XVMC) += libvo/vo_xvmc.c | 662 SRCS_MPLAYER-$(XVMC) += libvo/vo_xvmc.c |
662 SRCS_MPLAYER-$(XVR100) += libvo/vo_xvr100.c | 663 SRCS_MPLAYER-$(XVR100) += libvo/vo_xvr100.c |
663 SRCS_MPLAYER-$(YUV4MPEG) += libvo/vo_yuv4mpeg.c | 664 SRCS_MPLAYER-$(YUV4MPEG) += libvo/vo_yuv4mpeg.c |
664 SRCS_MPLAYER-$(ZR) += libmpcodecs/vd_zrmjpeg.c \ | 665 SRCS_MPLAYER-$(ZR) += libvo/jpeg_enc.c libvo/vo_zr.c libvo/vo_zr2.c |
665 libmpcodecs/vf_zrmjpeg.c \ | |
666 libvo/jpeg_enc.c libvo/vo_zr.c libvo/vo_zr2.c | |
667 | 666 |
668 SRCS_MPLAYER = command.c \ | 667 SRCS_MPLAYER = command.c \ |
669 m_property.c \ | 668 m_property.c \ |
670 mixer.c \ | 669 mixer.c \ |
671 mp_fifo.c \ | 670 mp_fifo.c \ |