Commit graph

5 commits

Author SHA1 Message Date
Sergei Trofimovich b1f8e1634f libopenmpt: fix build on gcc-12
`gcc-12` cleaned up implicit header includes and now requires
explicit '<memory>' for 'std::unique_ptr<>':

    openmpt123/openmpt123.cpp:194:14: error: 'unique_ptr' in namespace 'std' does not name a template type
      194 |         std::unique_ptr<file_audio_stream_base> impl;
          |              ^~~~~~~~~~
    openmpt123/openmpt123.cpp:109:1: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'?
      108 | #include "openmpt123_waveout.hpp"
      +++ |+#include <memory>
      109 |
2021-11-13 09:07:52 +00:00
Cole Mickens f65bd7a8a7
libopenmpt: default to supporting pulseaudio 2021-09-18 16:48:53 -07:00
OPNA2608 68178096c6 libopenmpt: 0.5.10 -> 0.5.11 2021-09-08 13:01:15 +02:00
Sandro Jäckel 6a53e71df9
libopenmpt: split lib and dev output 2021-09-05 03:57:00 +02:00
Sandro Jäckel 347caa9775
treewide: rename openmpt123 to libopenmpt to match the name in other distros 2021-09-05 03:56:59 +02:00