Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2011-03-14 22:35:27 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2011-03-27 15:44:09 +0400
commit8d2651618ba2bf03cb2cc1e92973874360a1b7c1 (patch)
tree13d4eae3b6cfa9e2b8050d73c0405a5f202a6f75 /build_ff_win32.sh
parent68c50b2af37f9516cbbce807b2d07b31b963a442 (diff)
libbluray is now compiled with MSVC
Diffstat (limited to 'build_ff_win32.sh')
-rw-r--r--build_ff_win32.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/build_ff_win32.sh b/build_ff_win32.sh
index 1d8f9920..c5324c25 100644
--- a/build_ff_win32.sh
+++ b/build_ff_win32.sh
@@ -52,21 +52,3 @@ cp lib*/*-*.dll ../bin_Win32d &&
cp lib*/*.lib ../bin_Win32d/lib &&
cd ..
-
-cd libbluray
-autoreconf -vf &&
-./configure &&
-echo "#undef HAVE_LIBXML2" >> config.h
-echo "#undef __STRICT_ANSI__" >> config.h
-make -j8 &> /dev/null &&
-
-cd src/.libs &&
-gcc -shared -o libbluray.dll *.o -Wl,--out-implib,libbluray.dll.a -Wl,--output-def,libbluray.def &&
-lib.exe /machine:x86 /def:libbluray.def /out:libbluray.lib &&
-
-cp libbluray.dll ../../../bin_Win32 &&
-cp libbluray.dll ../../../bin_Win32d &&
-cp libbluray.lib ../../../bin_Win32/lib &&
-cp libbluray.lib ../../../bin_Win32d/lib
-
-cd ../../..