]> git.sesse.net Git - vlc/commitdiff
Win32: Remove rebase stuff
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 4 Jul 2010 18:53:48 +0000 (20:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 4 Jul 2010 18:55:41 +0000 (20:55 +0200)
This was cygwin specific, probably conflicting with ASLR/DEP
and noone is able to understand the logic behind it.

Makefile.am

index f85fea65fce9fc8c4cd721911034f3dcf553849d..f07508ae3155491ff12660f173d0c995dd2990b4 100644 (file)
@@ -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