Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp: In member function 'int COsdHelpers::isVideoSystem1080(int)':
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:148:14: error: 'VIDEO_STD_1080P50' was not declared in this scope
- (res == VIDEO_STD_1080P50) ||
- ^
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:149:14: error: 'VIDEO_STD_1080P60' was not declared in this scope
- (res == VIDEO_STD_1080P60) ||
- ^
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:150:14: error: 'VIDEO_STD_1080P2397' was not declared in this scope
- (res == VIDEO_STD_1080P2397) ||
- ^
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:151:14: error: 'VIDEO_STD_1080P2997' was not declared in this scope
- (res == VIDEO_STD_1080P2997) ||
- ^
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:152:14: error: 'VIDEO_STD_2160P24' was not declared in this scope
- (res == VIDEO_STD_2160P24) ||
- ^
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:153:14: error: 'VIDEO_STD_2160P25' was not declared in this scope
- (res == VIDEO_STD_2160P25) ||
- ^
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:154:14: error: 'VIDEO_STD_2160P30' was not declared in this scope
- (res == VIDEO_STD_2160P30) ||
- ^
- /home/vanhofen/ni/buildsystem/source/ni-neutrino/src/gui/osd_helpers.cpp:155:14: error: 'VIDEO_STD_2160P50' was not declared in this scope
- (res == VIDEO_STD_2160P50))
- ^
- Makefile:726: recipe for target 'osd_helpers.o' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement