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
147 stars 106 forks source link

v4l2dec: fix link issues for --enable-X11 --enable-v4l2 --disable-way… #802

Closed xuguangxin closed 6 years ago

xuguangxin commented 6 years ago

…land --disable-egl

after https://github.com/01org/libyami/pull/720, we never use V4l2Decoder::outputPulse, the outputPulse just to make the base class happy, we will remove it after the V4L2Encoder refacted. For temporary solution, just make it available for every compile flag

this will fix https://github.com/01org/libyami/issues/795