OtherCrashOverride / c2play

Command line video player for Odroid C2
GNU General Public License v2.0
42 stars 72 forks source link

../../src/Media/MediaSourceElement.cpp:163:11: error: 'CODEC_ID_MPEG2VIDEO' was not declared in this scope case CODEC_ID_MPEG2VIDEO: #34

Open adhirmndl opened 5 years ago

adhirmndl commented 5 years ago

../../src/Media/MediaSourceElement.cpp:163:11: error: 'CODEC_ID_MPEG2VIDEO' was not declared in this scope case CODEC_ID_MPEG2VIDEO: ^~~~~~~ ../../src/Media/MediaSourceElement.cpp:163:11: note: suggested alternative: 'AV_CODEC_ID_MPEG2VIDEO' case CODEC_ID_MPEG2VIDEO: ^~~~~~~ AV_CODEC_ID_MPEG2VIDEO ../../src/Media/MediaSourceElement.cpp:175:11: error: 'CODEC_ID_MPEG4' was not declared in this scope case CODEC_ID_MPEG4: ^~~~~~ ../../src/Media/MediaSourceElement.cpp:175:11: note: suggested alternative: 'AV_CODEC_ID_MPEG4' case CODEC_ID_MPEG4: ^~~~~~ AV_CODEC_ID_MPEG4 ../../src/Media/MediaSourceElement.cpp:181:11: error: 'CODEC_ID_H264' was not declared in this scope case CODEC_ID_H264:

OtherCrashOverride commented 5 years ago

This indicates you are not using a supported version of libav/ffmpeg. The "master" branch only supports Ubuntu 16.04 and the "bionic" branch only supports Ubuntu 18.04. Other distros and versions are not supported.