bbc / turingcodec

Source code for the Turing codec, an HEVC software encoder optimised for fast encoding of large resolution video content
http://turingcodec.org/
GNU General Public License v2.0
154 stars 39 forks source link

cna NOT compiled in linux #7

Closed annci62 closed 7 years ago

annci62 commented 7 years ago

Hello@matteonaccari,
I have download these codec, but they can NOT compiled. Error is reported: turingcodec/havoc/pred_inter.h:35: error:expected unqualified-id before ‘using’

g++ version:4.4.7 contos 6.5 Could you tell me how to resolve this problem?Thank you very much

matteonaccari commented 7 years ago

Hi Annci62,

Turing is written using the C++11 language which is supported from g++ Version 4.8 and above. I suggest you to try with an up-to-date version of the compiler. Best regards, Matteo Naccari

annci62 commented 7 years ago

HI, Metteonaccari,

I will try it, thank you ver much!

Best Wishes, annci

matteonaccari commented 7 years ago

Hello Annci62,

I assume you are now able to build the Turing codec with an up-to-date version of g++. I'm closing this issue but feel free to reopen should you have any additional problems.

annci62 commented 7 years ago

Hello matteonaccari, I am able to build the codec, thank you very much

matteonaccari commented 7 years ago

Brilliant, I'm glad to hear that. If you need any further assistance with the codec usage, do not hesitate to contact us.