Re: [FFmpeg-user] error: 'x265_api_get' undeclared (first use in this function)

2018-06-11 Thread lx
Thank you. I fix it. 2018-06-11 11:55 GMT+08:00 Lou Logan : > On Sun, Jun 10, 2018, at 5:53 PM, lx wrote: > > hg clone https://bitbucket.org/multicoreware/x265 > > cd x265 > > hg checkout 0.8 > > According to the FFmpeg configure file: > > X265_BUILD >= 68 > > The x265 0.8 tag is probably too

Re: [FFmpeg-user] error: 'x265_api_get' undeclared (first use in this function)

2018-06-10 Thread Lou Logan
On Sun, Jun 10, 2018, at 5:53 PM, lx wrote: > hg clone https://bitbucket.org/multicoreware/x265 > cd x265 > hg checkout 0.8 According to the FFmpeg configure file: X265_BUILD >= 68 The x265 0.8 tag is probably too old, so reset to the "default" branch and avoid checking out old, unsupported

[FFmpeg-user] error: 'x265_api_get' undeclared (first use in this function)

2018-06-10 Thread lx
hi all: I compile FFmpeg which support x265 by these steps: sudo apt-get install mercurial cmake cmake-curses-gui build-essential # Note: if the packaged yasm is older than 1.2, you must download yasm-1.2 and build it hg