Skip to content

Commit

Permalink
mingw32: Force building of a shared libbluray.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Jan 11, 2022
1 parent aa0005b commit d59c342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/win32/w64-mingw32/MythBuild_MXE.sh
Expand Up @@ -92,6 +92,8 @@ GIT_SSL_NO_VERIFY= git clone https://code.videolan.org/videolan/libudfread.git
cd libudfread
./bootstrap
./configure --prefix=$buildPath/mxe/usr/i686-w64-mingw32.shared --host=i686-w64-mingw32.shared
# libtool won't build this as a shared library without this flag.
sed -i 's/LDFLAGS = /LDFLAGS = -no-undefined/' Makefile
make -j$(nproc)
sudo make install
cd ..
Expand Down

0 comments on commit d59c342

Please sign in to comment.