PlayerLink/src/backends/linux.cpp

5 lines
155 B
C++
Raw Normal View History

#if !defined(_WIN32) && !defined(__APPLE__)
2024-11-02 12:26:37 +01:00
#include "../backend.hpp"
std::shared_ptr<MediaInfo> backend::getMediaInformation() { return nullptr; }
#endif