summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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