Skip to content
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

logo.cpp #23

Closed
OlegIV1986 opened this issue May 6, 2018 · 1 comment
Closed

logo.cpp #23

OlegIV1986 opened this issue May 6, 2018 · 1 comment

Comments

@OlegIV1986
Copy link

I'm trying to compile lastest media mixer on Ubuntu 16.04.
All dependecies installed.
On step to compile media mixer the console show me the log errors:

Code from https://svn.code.sf.net/p/mcumediaserver/code/trunk mcumediaserver-code

In file included from /usr/local/src/medooze/mcu/include/logo.h:6:0,
from /usr/local/src/medooze/mcu/src/logo.cpp:2:
/usr/local/include/libavcodec/avcodec.h:4400:6: note: declared here
void av_free_packet(AVPacket *pkt);
^
/usr/local/src/medooze/mcu/src/logo.cpp:195:52: error: ‘FF_INPUT_BUFFER_PADDING_SIZE’ was not declared in this scope
size = (((width/32+1)32)((height/32+1)*32)*3)/2+FF_INPUT_BUFFER_PADDING_SIZE+32;
^
Makefile:254: ошибка выполнения рецепта для цели «logo.o»
make: *** [logo.o] Ошибка 1

@murillo128
Copy link
Member

murillo128 commented May 7, 2018

ffmpeg has renamed FF_INPUT_BUFFER_PADDING_SIZE as AV_INPUT_BUFFER_PADDING_SIZE

You need to update ffmpeg to a newer version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants