module.modulemap 452 B

12345678910111213141516171819
  1. framework module mobileffmpeg {
  2. header "ArchDetect.h"
  3. header "AtomicLong.h"
  4. header "ExecuteDelegate.h"
  5. header "FFmpegExecution.h"
  6. header "LogDelegate.h"
  7. header "MediaInformation.h"
  8. header "MediaInformationParser.h"
  9. header "MobileFFmpeg.h"
  10. header "MobileFFmpegConfig.h"
  11. header "MobileFFprobe.h"
  12. header "Statistics.h"
  13. header "StatisticsDelegate.h"
  14. header "StreamInformation.h"
  15. header "mobileffmpeg_exception.h"
  16. export *
  17. }