wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.72k stars 387 forks source link

Can’t compile because MediaDataSource.cpp files missing #257

Closed leephela closed 1 year ago

leephela commented 2 years ago

Hello, The files wseemann_media_MediaDataSource.cpp and wseemann_media_MediaDataSource.h seems to be missing from the source. Because of it, the compile always fails, and those mentioned files are nowhere to be found elsewhere in the repo too.

The Android.mk listed wseemann_media_MediaDataSource.cpp as one of the source files needed for compilation but this file is nowhere to be found and so is wseemann_media_MediaDataSource.h included in the other source files.

How do you manage to successfully compile without those missing source files? Thank you

wseemann commented 2 years ago

Hello @leephela, I just added the files in this commit, please perform a git pull and let me know if this resolves your compilation issues. Thanks for reporting this issue!