Advertisement
Guest User

Untitled

a guest
Oct 9th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Sinks/AESinkOSS.cpp: In static member function ‘static void CAESinkOSS::EnumerateDevicesEx(AEDeviceInfoList&, bool)’:
  2. Sinks/AESinkOSS.cpp:482:36: error: ‘AE_FMT_AC3’ was not declared in this scope
  3. info.m_dataFormats.push_back(AE_FMT_AC3);
  4. ^~~~~~~~~~
  5. Sinks/AESinkOSS.cpp:483:36: error: ‘AE_FMT_DTS’ was not declared in this scope
  6. info.m_dataFormats.push_back(AE_FMT_DTS);
  7. ^~~~~~~~~~
  8. Sinks/AESinkOSS.cpp:484:36: error: ‘AE_FMT_EAC3’ was not declared in this scope
  9. info.m_dataFormats.push_back(AE_FMT_EAC3);
  10. ^~~~~~~~~~~
  11. Sinks/AESinkOSS.cpp:485:36: error: ‘AE_FMT_TRUEHD’ was not declared in this scope
  12. info.m_dataFormats.push_back(AE_FMT_TRUEHD);
  13. ^~~~~~~~~~~~~
  14. Sinks/AESinkOSS.cpp:486:36: error: ‘AE_FMT_DTSHD’ was not declared in this scope
  15. info.m_dataFormats.push_back(AE_FMT_DTSHD);
  16. ^~~~~~~~~~~~
  17. Sinks/AESinkOSS.cpp:491:36: error: ‘AE_FMT_AC3’ was not declared in this scope
  18. info.m_dataFormats.push_back(AE_FMT_AC3);
  19. ^~~~~~~~~~
  20. Sinks/AESinkOSS.cpp:492:36: error: ‘AE_FMT_DTS’ was not declared in this scope
  21. info.m_dataFormats.push_back(AE_FMT_DTS);
  22. ^~~~~~~~~~
  23. make[1]: *** [Sinks/AESinkOSS.o] Fehler 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement