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

VPP-Branch / VA-API 2.0 Compile Error #23

Closed
Quantomax opened this issue Nov 9, 2017 · 1 comment
Closed

VPP-Branch / VA-API 2.0 Compile Error #23

Quantomax opened this issue Nov 9, 2017 · 1 comment

Comments

@Quantomax
Copy link

Hi,

after getting vaapi 2.0 by debian buster update, softhddevice stops working and recompiling fails with:
[..]
In file included from video.c:172:0:
/usr/include/x86_64-linux-gnu/libavcodec/vaapi.h:56:29: note: declared here
struct attribute_deprecated vaapi_context {
^~~~~~~~~~~~~
video.c: In function ‘VaapiInit’:
video.c:2772:5: error: too few arguments to function ‘vaSetErrorCallback’
vaSetErrorCallback(NULL);
^~~~~~~~~~~~~~~~~~
In file included from /usr/include/va/va_x11.h:27:0,
from video.c:136:
/usr/include/va/va.h:270:19: note: declared here
VAMessageCallback vaSetErrorCallback(VADisplay dpy, VAMessageCallback callback, void *user_context);
^~~~~~~~~~~~~~~~~~
video.c:2773:5: error: too few arguments to function ‘vaSetInfoCallback’
vaSetInfoCallback(NULL);
^~~~~~~~~~~~~~~~~
In file included from /usr/include/va/va_x11.h:27:0,
from video.c:136:
/usr/include/va/va.h:276:19: note: declared here
VAMessageCallback vaSetInfoCallback(VADisplay dpy, VAMessageCallback callback, void *user_context);
^~~~~~~~~~~~~~~~~

@pesintta
Copy link
Owner

pesintta commented Nov 9, 2017

Fixed in #24

@pesintta pesintta closed this as completed Nov 9, 2017
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