diff options
author | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 20:48:17 +0000 |
---|---|---|
committer | uau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-21 20:48:17 +0000 |
commit | 2b50b7ddab6524345ace4e75a0b476bedf3a9c8a (patch) | |
tree | b628dffa4b7e470d2400efe716ff736abca2b846 /configure | |
parent | 033fc8c6dd130df730215da4f2f78033153f3033 (diff) |
Make compilation depending on USE_SUB unconditional.
USE_SUB was hardcoded to true in configure, manually turning it off
would break compilation, and there's no apparent reason why having all
subtitle code under #ifdefs (even working ones) would be worth the
clutter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21156 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7534,7 +7534,6 @@ $_def_named_asm_args #define PREFIX "$_prefix" #define USE_OSD 1 -#define USE_SUB 1 /* enable/disable SIGHANDLER */ $_def_sighandler |