i am trying to built ffmpeg with decoder as libstagefright_h264
, slightly modified the given script in ffmpeg to point to android source in local file system. When make, i get
ff_get_buffer was not declared in this scope
error. What is causing this? How to get around it?