Advertisement
svenhoefer

Untitled

Mar 7th, 2020
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp: In member function 'int COsdHelpers::isVideoSystem1080(int)':
  2. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:148:14: error: 'VIDEO_STD_1080P50' was not declared in this scope
  3. (res == VIDEO_STD_1080P50) ||
  4. ^
  5. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:149:14: error: 'VIDEO_STD_1080P60' was not declared in this scope
  6. (res == VIDEO_STD_1080P60) ||
  7. ^
  8. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:150:14: error: 'VIDEO_STD_1080P2397' was not declared in this scope
  9. (res == VIDEO_STD_1080P2397) ||
  10. ^
  11. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:151:14: error: 'VIDEO_STD_1080P2997' was not declared in this scope
  12. (res == VIDEO_STD_1080P2997) ||
  13. ^
  14. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:152:14: error: 'VIDEO_STD_2160P24' was not declared in this scope
  15. (res == VIDEO_STD_2160P24) ||
  16. ^
  17. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:153:14: error: 'VIDEO_STD_2160P25' was not declared in this scope
  18. (res == VIDEO_STD_2160P25) ||
  19. ^
  20. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:154:14: error: 'VIDEO_STD_2160P30' was not declared in this scope
  21. (res == VIDEO_STD_2160P30) ||
  22. ^
  23. /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:155:14: error: 'VIDEO_STD_2160P50' was not declared in this scope
  24. (res == VIDEO_STD_2160P50))
  25. ^
  26. Makefile:726: recipe for target 'osd_helpers.o' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement