Mercurial > mplayer.hg
diff Makefile @ 31565:9a590e7aac57
Support for unencrypted Blu-ray playback through libbluray.
Use it through: mplayer br:////path/to/disc
author | ben |
---|---|
date | Mon, 05 Jul 2010 17:04:46 +0000 |
parents | 480cdba9e480 |
children | cc5e21203fb5 |
line wrap: on
line diff
--- a/Makefile Sun Jul 04 07:13:18 2010 +0000 +++ b/Makefile Mon Jul 05 17:04:46 2010 +0000 @@ -141,6 +141,7 @@ SRCS_COMMON-$(LIBAVFORMAT) += libmpdemux/demux_lavf.c \ stream/stream_ffmpeg.c \ +SRCS_COMMON-$(LIBBLURAY) += stream/stream_bluray.c SRCS_COMMON-$(LIBBS2B) += libaf/af_bs2b.c SRCS_COMMON-$(LIBDCA) += libmpcodecs/ad_libdca.c SRCS_COMMON-$(LIBDV) += libmpcodecs/ad_libdv.c \