Ffmpeg is a suite of tools and libraries to process audio and video streams. No specific patch is needed, except for cross-compilation. Here, only libraries and the conversion tool are configured:
Configuration options, for m68k-atari-mint:
--arch=m68k --disable-debug --disable-ffserver --disable-ffplay --disable-dv1394 --extra-cflags="-m68020-60 -O2 -fomit-frame-pointer -D_BSD_SOURCE" --extra-libs="-lsocket"
Extra options for cross--compilation:
--cross-compile --cc=m68k-atari-mint-gcc
Unfortunately, current math libraries (fdlibm, pml) do not have all required functions. powf(), round(), lrint() and llrint() are missing.
Mesa is a library that implements OpenGL functions. This Atari version render the images in a memory buffer. The archive must be depacked under '/', new files will be installed to '/usr/local'. You can also try the LDG version.
Library and development files (Atari, static library):The official mintlib has a small bug: '\n' is not converted to '\n\r' under TOS. This version contains a correction for this. The archive must be depacked under '/', new files will be installed to '/usr/local'.
Library (Atari):This library is used to manage regular expressions (regexp).
Library (Atari):This library handles file-archives transparently (zip, qpak (Quake), grp (Duke Nukem 3D), etc...) in your program (game or not).
Library (Atari):This library helps you to make multimedia software which are multi-platforms.
Note: You need LDG development files from http://ldg.atari.org/.
Its installation is mandatory to compile SDL applications. The archive must be
depacked under '/', new files will be installed to '/usr/local'.
This helper library for SDL applications is used to load picture image files. The archive must be depacked under '/', new files will be installed to '/usr/local'.
Library and development files (Atari):You will also need libjpeg, libtiff and libpng development files available on Sparemint website.
Official site:This helper library for SDL applications is used to play music mixed with audio sounds. The archive must be depacked under '/', new files will be installed to '/usr/local'.
Library and development files (Atari):You will also need libmikmod, libogg and libvorbis development files available on Sparemint website.
Official site:This helper library for SDL applications is used to access network. Currently it supports only Mintnet. The archive must be depacked under '/', new files will be installed to '/usr/local'.
Library and development files (Atari):This helper library for SDL applications allow them to use TrueType fonts. The archive must be depacked under '/', new files will be installed to '/usr/local'.
Library and development files (Atari):You will also need freetype development files available on Sparemint website.
Official site: