0

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?

nmxprime
  • 1,506
  • 3
  • 25
  • 52

1 Answers1

0

Update your ffmpeg source. libstagefright.cpp was broken and didn't have the correct include for "internal.h" at one point.

https://github.com/FFmpeg/FFmpeg/commit/dda8afc391798e345c73f857f8e0fb8424ceb77b

David Liu
  • 9,426
  • 5
  • 40
  • 63