georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
843 stars 108 forks source link

ffmpeg -> vsLocalmotions2TransformsSimple #12

Closed moroboshi84 closed 9 years ago

moroboshi84 commented 10 years ago

Hi, I try to compile git version of ffmpeg with ours last vid.stab library and obtain this error after make process: CC libavfilter/vf_vidstabtransform.o libavfilter/vf_vidstabtransform.c: In function ‘config_input’: libavfilter/vf_vidstabtransform.c:189:13: error: implicit declaration of function ‘vsLocalmotions2TransformsSimple’ [-Werror=implicit-function-declaration] if (vsLocalmotions2TransformsSimple(td, &mlms, &tc->trans) != VS_OK) { ^ cc1: some warnings being treated as errors make: * [libavfilter/vf_vidstabtransform.o] Errore 1 marco@android:~/svn/ffmpeg$ make CC libavfilter/vf_vidstabtransform.o libavfilter/vf_vidstabtransform.c: In function ‘config_input’: libavfilter/vf_vidstabtransform.c:189:13: error: implicit declaration of function ‘vsLocalmotions2TransformsSimple’ [-Werror=implicit-function-declaration] if (vsLocalmotions2TransformsSimple(td, &mlms, &tc->trans) != VS_OK) { ^ cc1: some warnings being treated as errors make: * [libavfilter/vf_vidstabtransform.o] Errore 1

georgmartius commented 10 years ago

Hi,

I submitted a patch to ffmpeg list already. it will be applied soon. You can also find it attached. Regards