5 lines
130 B
C++
5 lines
130 B
C++
|
#if !defined(_WIN32) && !defined(__APPLE__)
|
||
|
|
||
|
std::shared_ptr<MediaInfo> backend::getMediaInformation() { return nullptr; }
|
||
|
|
||
|
#endif
|