Libraries: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 18: Line 18:
* SDL
* SDL
* zlib
* zlib
** needed by: libzmbv, novte
* hardsid
* hardsid


[[Category:Developer]]
[[Category:Developer]]

Latest revision as of 13:35, 26 December 2023

in-tree

VICE uses a few external libraries of which either header files or complete sources are included in the tree (in src/lib)

Dependencies

These libraries are required for certain features:

  • ffmpeg (deprecated, our code is for v3 and then patched to support v4 - moving to v5 or v6 would require rewriting large parts)
TODO: disable/remove "internal" ffmpeg support

besides the above, other libraries are used which are currently linked dynamically and must be supplied as dlls for the windows port

  • SDL
  • zlib
    • needed by: libzmbv, novte
  • hardsid