[vlc-devel] implicit declaration of function 'vout_vaControl'
Nerijus Baliūnas
nerijus at users.sourceforge.net
Wed Feb 22 14:19:00 CET 2012
Nicolas Chauvet <kwizart <at> gmail.com> writes:
> >> opencv_wrapper.c: In function 'Control':
> >> opencv_wrapper.c:172:5: error: implicit declaration of function
'vout_vaControl'
> >> [-Werror=implicit-function-declaration]
> >> opencv_wrapper.c:172:34: error: 'vout_thread_t' has no member named 'p_sys'
> that been said, the error your are facing might be different than my fix.
Yes - vlc-1.1.13/include/vlc_vout.h has static inline int vout_vaControl()
definition, while vlc-2.0.0 does not have it anymore. It seems opencv_wrapper.c
(and crop.c) are not updated.
Nerijus
More information about the vlc-devel
mailing list