Changelog:
r44775 | compyx | 2023-11-21 09:22:06 +0000 (Tue, 21 Nov 2023) | 5 lines
Buildsystem: Windows bindists: don't copy ffmpeg DLLs
We no longer link with FFMPEG libs but provide the ability to use the external
ffmpeg executable to record audio/video, so there's nothing left to copy.
------------------------------------------------------------------------
r44774 | compyx | 2023-11-21 09:02:26 +0000 (Tue, 21 Nov 2023) | 6 lines
Buildsystem: remove `HAVE_READLINE`
We no longer use the readline library, nor do we provide a fallback. We use
linenoise[-ng] in-tree, so readline is always available to us, even on Windows
with VTE.
------------------------------------------------------------------------
r44773 | compyx | 2023-11-21 08:44:24 +0000 (Tue, 21 Nov 2023) | 2 lines
Fix bizarre indentation in BSD joystick driver
------------------------------------------------------------------------
r44772 | compyx | 2023-11-21 08:42:48 +0000 (Tue, 21 Nov 2023) | 4 lines
Buildsystem: remove `HAVE_FULLSCREEN`
The define `HAVE_FULLSCREEN` isn't used anywhere in the code or Makefiles.
------------------------------------------------------------------------
r44771 | compyx | 2023-11-21 08:27:24 +0000 (Tue, 21 Nov 2023) | 4 lines
Buildsystem: remove `HAVE_HARDSID_IO` and `HAVE_CATWEASELMKIII_IO`
We no longer provide direct-I/O SID drivers, so these defines can be removed.
------------------------------------------------------------------------