summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-24 22:13:13 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-03-24 22:23:12 +0200
commit85f4633796c5c74d32d6824987dadbd309c66833 (patch)
treed5e7ec3ff44e4df56f7d7539196add2648346357 /Makefile
parentb10b2b5b2cd9c52cccda4d787e81ce2d5b9824d6 (diff)
downloadmpv-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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67d1bbb06c..b38590c9ea 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \