diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-03-24 22:13:13 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-03-24 22:23:12 +0200 |
commit | 85f4633796c5c74d32d6824987dadbd309c66833 (patch) | |
tree | d5e7ec3ff44e4df56f7d7539196add2648346357 /Makefile | |
parent | b10b2b5b2cd9c52cccda4d787e81ce2d5b9824d6 (diff) | |
download | mpv-85f4633796c5c74d32d6824987dadbd309c66833.tar.bz2 mpv-85f4633796c5c74d32d6824987dadbd309c66833.tar.xz |
demux_ty: disable -subcc functionality (demux_ty_osd)
Disable compilation of demux_ty_osd.c because of its GPL v2-only
license. This only affects TiVo files with -subcc. After this no
v2-only code should get compiled (yuv4mpeg_intern.h has a v2-only
license, but the contents of the header look like they're not
copyrightable).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -406,7 +406,6 @@ SRCS_COMMON = asxparser.c \ libmpdemux/demux_smjpeg.c \ libmpdemux/demux_ts.c \ libmpdemux/demux_ty.c \ - libmpdemux/demux_ty_osd.c \ libmpdemux/demux_viv.c \ libmpdemux/demux_vqf.c \ libmpdemux/demux_y4m.c \ |