changeset 36659:f41b65ac7e81

configure: disable internal libmpeg2 by default. While the last tests showed that it can be slightly faster in some cases, the difference should not be relevant to the majority of users. In addition, the code is of not particularly high quality, so I consider it better/safer to have it disabled by default. Removing the code after the next release is a possible future action.
author reimar
date Sun, 26 Jan 2014 18:19:31 +0000
parents f8d0a552f7a5
children 7fd255e0db1b
files Changelog configure
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Changelog	Sun Jan 26 17:16:29 2014 +0000
+++ b/Changelog	Sun Jan 26 18:19:31 2014 +0000
@@ -2,6 +2,8 @@
 
     Decoders:
     * Hardware accelerated decoding on OS X via VDA.
+    * Internal libmpeg2 disabled by default, on the assumption
+      that nobody really needs it anymore.
 
     Other:
     * "run" slave/keybinding command now supports expanding properties
--- a/configure	Sun Jan 26 17:16:29 2014 +0000
+++ b/configure	Sun Jan 26 18:19:31 2014 +0000
@@ -437,7 +437,7 @@
   --enable-libdca           enable libdca support [autodetect]
   --disable-liba52          disable liba52 [autodetect]
   --disable-libmpeg2        disable libmpeg2 [autodetect]
-  --disable-libmpeg2-internal disable builtin libmpeg2 [autodetect]
+  --enable-libmpeg2-internal enable builtin libmpeg2 [disabled]
   --enable-musepack         enable libmpcdec support (deprecated in favour of libavcodec) [disabled]
   --disable-libopencore_amrnb disable libopencore_amr narrowband [autodetect]
   --disable-libopencore_amrwb disable libopencore_amr wideband [autodetect]
@@ -726,7 +726,7 @@
 _liba52=auto
 _libdca=auto
 _libmpeg2=auto
-_libmpeg2_internal=auto
+_libmpeg2_internal=no
 _faad=auto
 _faac=auto
 _faac_lavc=auto