OtherCrashOverride / XU4VideoCube

Demonstration of using the MFC hardware codec to decode h264 video and using the Mali GPU to perform color space conversion and scaling
MIT License
11 stars 7 forks source link

X11Window.cpp:169:53: #2

Open adhirmndl opened 5 years ago

adhirmndl commented 5 years ago

X11Window.cpp:169:53: note: in C++11 destructors default to noexcept /usr/bin/aarch64-linux-gnu-ld: /tmp/ccOn4Yx8.o: undefined reference to symbol 'XSetWMHints' //usr/lib/aarch64-linux-gnu/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status

OtherCrashOverride commented 5 years ago

The exceptions are not required for normal operation. They can be replaced with aborts or simply ignored (commented out).