summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-08 17:01:44 +0100
committerwm4 <wm4@nowhere>2012-12-11 00:37:54 +0100
commit323eb54b60db4780ca7a9a6de375882eca24becd (patch)
tree401118f46948102d684f1ea0bc410d0c169202f4 /configure
parenteb787267c845be8f0fdf717c46591b41e86600c8 (diff)
downloadmpv-323eb54b60db4780ca7a9a6de375882eca24becd.tar.bz2
mpv-323eb54b60db4780ca7a9a6de375882eca24becd.tar.xz
configure: remove --disable-sortsub
Apparently this was for debugging. There was a patch to remove it years ago, but it has been forgotten.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure b/configure
index d31414176c..bc9fefb63c 100755
--- a/configure
+++ b/configure
@@ -319,7 +319,6 @@ Optional features:
--disable-bluray disable Blu-ray support [autodetect]
--disable-dvdread disable libdvdread [autodetect]
--disable-cddb disable cddb [autodetect]
- --disable-sortsub disable subtitle sorting [enabled]
--disable-enca disable ENCA charset oracle library [autodetect]
--enable-macosx-finder enable Mac OS X Finder invocation parameter
parsing [disabled]
@@ -479,7 +478,6 @@ _corevideo=auto
_cocoa=auto
_macosx_finder=no
_macosx_bundle=auto
-_sortsub=yes
_enca=auto
_inet6=auto
_gethostbyname2=auto
@@ -732,9 +730,6 @@ for ac_option do
--enable-macosx-bundle) _macosx_bundle=yes ;;
--disable-macosx-bundle) _macosx_bundle=no ;;
- --enable-sortsub) _sortsub=yes ;;
- --disable-sortsub) _sortsub=no ;;
-
--enable-manpage) _build_man=yes ;;
--disable-manpage) _build_man=no ;;
@@ -3015,14 +3010,6 @@ fi
echores "$_vstream"
-echocheck "Subtitles sorting"
-if test "$_sortsub" = yes ; then
- def_sortsub='#define CONFIG_SORTSUB 1'
-else
- def_sortsub='#undef CONFIG_SORTSUB'
-fi
-echores "$_sortsub"
-
echocheck "encoding"
if test "$_encoding" = yes ; then
def_encoding="#define CONFIG_ENCODING 1"
@@ -3312,7 +3299,6 @@ $def_priority
/* configurable options */
-$def_sortsub
$def_stream_cache
$def_pthread_cache