ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU Affero General Public License v3.0
23 stars 23 forks source link

Building InputVideoFile fails on OSX 10.11.6 #47

Closed trondarild closed 6 years ago

trondarild commented 6 years ago

Note: "FindTheEyeTribe.cmake" was removed from Scripts/CMake

Building InputVideoFile fails: Source/Modules/IOModules/FileInput/InputVideoFile/InputVideoFile.cc:72:46: error: no member named 'codecpar' in 'AVStream' if(input_format_context->streams[i]->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) {

trondarild commented 6 years ago

Had to upgrade ffmpeg Closed