msg7086 / x265-Yuuki-Asuna

A fork of x265. A modded version.
GNU General Public License v2.0
174 stars 35 forks source link

x265.h: include stdbool.h #2

Closed qyot27 closed 5 years ago

qyot27 commented 8 years ago

Fixes linking against FFmpeg

msg7086 commented 8 years ago

This is supposed to be grouped with ffmpeg commit, right?

qyot27 commented 8 years ago

It's actually because of the x264-r2204 stylish progress indicator commit. 'bool bStylish;' was added to x265.h without the header being added to the includes, and while it works when just compiling x265-yuuki on its own, if you try to link this libx265 into FFmpeg, it fails due to the header not being pulled in.

msg7086 commented 8 years ago

lol let's fix it in the right way. I'll make it an int, just like other flags.