forked from eartle/lastfm-desktop
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile with ffmpeg >= 2.0 #36
Comments
Well, if anybody's interested: Found this here: http://www.mail-archive.com/[email protected]/msg141328.html |
Note, to get it to compile with FFmpeg >= 3.0, the full patch needed is:
|
maciekwilk
added a commit
that referenced
this issue
Aug 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling on a current Archlinux install with ffmpeg 2.0.1 I get errors in LAV_Source.cpp because AVCODEC_MAX_AUDIO_FRAME_SIZE is not declared.
Googling for AVCODEC_MAX_AUDIO_FRAME_SIZE gets me this:
xbmc/xbmc#3006
So I guess the lastfm client is not compatible with the ffmpeg 2.0 release.
The text was updated successfully, but these errors were encountered: