Mercurial > mplayer.hg
changeset 35000:1de771df5f2f
Disable building as PIE binary by default.
There are several undebugged issues, at least:
- crashes with libbluray on x86_64
- --enable-static broken on at least x86_64
author | reimar |
---|---|
date | Wed, 15 Aug 2012 17:02:23 +0000 |
parents | b0133d910683 |
children | 05d54ab2ba5c |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Aug 15 13:14:59 2012 +0000 +++ b/configure Wed Aug 15 17:02:23 2012 +0000 @@ -597,7 +597,7 @@ --enable-debug[=1-3] compile-in debugging information [disable] --enable-profile compile-in profiling information [disable] --disable-sighandler disable sighandler for crashes [enable] - --disable-relocatable disable compiling as relocatable/PIE executable [autodetect] + --enable-relocatable enable compiling as relocatable/PIE executable [disable] --enable-crash-debug enable automatic gdb attach on crash [disable] --enable-dynamic-plugins enable dynamic A/V plugins [disable] @@ -845,7 +845,7 @@ _dynamic_plugins=no _crash_debug=no _sighandler=yes -relocatable=auto +relocatable=no _libdv=auto _cdparanoia=auto _cddb=auto