Open ghost opened 6 years ago
I sifted through that log and found these errors:
musicplayer_player_decoding.cpp:807:23: error: ‘avcodec_alloc_frame’ was not declared in this scope
if (!(is->frame = avcodec_alloc_frame()))
^~~~~~~~~~~~~~~~~~~
musicplayer_player_decoding.cpp:807:23: note: suggested alternative: ‘avcodec_send_frame’
if (!(is->frame = avcodec_alloc_frame()))
^~~~~~~~~~~~~~~~~~~
avcodec_send_frame
musicplayer_player_decoding.cpp:810:5: error: ‘avcodec_get_frame_defaults’ was not declared in this scope
avcodec_get_frame_defaults(is->frame);
^~~~~~~~~~~~~~~~~~~~~~~~~~
musicplayer_player_decoding.cpp:810:5: note: suggested alternative: ‘avcodec_get_frame_class’
avcodec_get_frame_defaults(is->frame);
^~~~~~~~~~~~~~~~~~~~~~~~~~
avcodec_get_frame_class
I don't know C++ but it looks like something went wrong with the scope. Nice that it suggested alternatives.
Seems to be fixed by #12. Please accept the pull request.
Can you try again with the latest version?
Failed to install correctly when installing via pip. Install log:
I have all of the stated dependencies. Not sure what I am looking at here, so no idea what the issue is. Any idea how to get a working install?