[vlc-commits] commit: Win32: Remove rebase stuff (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sun Jul 4 20:55:35 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 4 20:53:48 2010 +0200| [d461733d5b96180497050a9edf22229d501b792b] | committer: Jean-Baptiste Kempf
Win32: Remove rebase stuff
This was cygwin specific, probably conflicting with ASLR/DEP
and noone is able to understand the logic behind it.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d461733d5b96180497050a9edf22229d501b792b
---
Makefile.am | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f85fea6..f07508a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -825,10 +825,6 @@ endif
if USE_PEFLAGS
find $(win32_destdir) -type f -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \;
endif
-# Rebase all those DLLs to speed up loading (needs cygwin rebase)
- if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
- find $(win32_destdir) -type f -name '*$(LIBEXT)' -print | rebase -b 0x70000000 -T -; \
- fi
# Strip DLLs
package-win-common-strip: package-win-common
More information about the vlc-commits
mailing list