summarylogtreecommitdiffstats
path: root/intel-media-sdk-change-gcc-version.patch
AgeCommit message (Collapse)Author
2018-02-13Use current version of gcc (currently gcc7)Daniel Bermond
The build currently works with gcc7. In previous tests that I made, there were periods that gcc7 worked well and then got broken by upstream changes. Now it seems to work fine. Since this is the development (-git) package, it's better to keep gcc4.9 installed for a while just in case upstream breaks gcc7 support again.
2018-01-16FixesDaniel Bermond
- arch changed to just x86_64 (there is no 32-bit build target) - gcc49 is currently needed, unfortunately. There were upstream fixes to use gcc7 and it was working well during my tests. But it seems that the recent upstream commit to add HEVC FEI support broke it. Now, even gcc5 does not work. Anyway, official support is just for gcc 4.8. - place samples inside /usr/lib/intel-media-sdk-git (avoid namcap warning) - fixes to catch upstream changes, like removing lin_x64 directory
2017-12-27Initial commitDaniel Bermond