Hi josh had a little spare Time and build MPlayer1.5 on gcc15 as adjgpp DOS target. For now it compiles and runs audio. It would be nice to see this integrated in the project. kind regards , Thorka
version2 fixes some build errors and adds a standalone makefile.djgpp for watt32 . mplayer : ./configure \ --enable-cross-compile \ --target=i586-pc-msdosdjgpp \ --cc=i586-pc-msdosdjgpp-gcc \ --as=i586-pc-msdosdjgpp-as \ --ar=i586-pc-msdosdjgpp-ar \ --ranlib=i586-pc-msdosdjgpp-ranlib \ --host-cc=gcc \ --yasm= \ --enable-vesa \ --extra-cflags="-I/home/tho/dev/git/watt32/inc" \ --extra-ldflags="-L/home/tho/dev/git/watt32/lib -lwatt" \ --disable-win32dll \ --disable-qtx \ --disable-real \ --disable-xanim
Log in to post a comment.
version2 fixes some build errors and adds a standalone makefile.djgpp for watt32 .
mplayer : ./configure \
--enable-cross-compile \
--target=i586-pc-msdosdjgpp \
--cc=i586-pc-msdosdjgpp-gcc \
--as=i586-pc-msdosdjgpp-as \
--ar=i586-pc-msdosdjgpp-ar \
--ranlib=i586-pc-msdosdjgpp-ranlib \
--host-cc=gcc \
--yasm= \
--enable-vesa \
--extra-cflags="-I/home/tho/dev/git/watt32/inc" \
--extra-ldflags="-L/home/tho/dev/git/watt32/lib -lwatt" \
--disable-win32dll \
--disable-qtx \
--disable-real \
--disable-xanim
Last edit: Thorsten 2026-06-08