intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
146 stars 106 forks source link

undefined reference to V4l2Decoder::outputPulse #795

Closed uartie closed 6 years ago

uartie commented 6 years ago

If --enable-X11 --enable-v4l2 --disable-wayland --disable-egl, then V4l2Decoder::outputPulse is declared but undefined.

xuguangxin commented 6 years ago

Hi @uartie ,

The --enable-X11 in the command line need change to --enable-x11. I tried them both, it's no problem on my system ubuntu 16.10. Could you double check it. thanks

xuguangxin commented 6 years ago

Sorry, I can reproduce it now, it fixed by #802

uartie commented 6 years ago

yes, I meant --enable-x11... sorry for the typo