(lang dune 2.9)
(name ffmpeg-swresample)
(version 1.1.6)
(library
 (name ffmpeg-swresample)
 (kind normal)
 (synopsis "Bindings to ffmpeg's swresample library")
 (archives (byte swresample.cma) (native swresample.cmxa))
 (plugins (byte swresample.cma) (native swresample.cmxs))
 (foreign_objects swresample_stubs.o)
 (foreign_archives libswresample_stubs.a)
 (native_archives swresample.a)
 (requires ffmpeg-avutil ffmpeg-avcodec)
 (main_module_name Swresample)
 (modes byte native)
 (modules
  (wrapped
   (main_module_name Swresample)
   (modules
    ((name Swresample)
     (obj_name swresample)
     (visibility public)
     (impl)
     (intf))
    ((name Swresample_options)
     (obj_name swresample__Swresample_options)
     (visibility public)
     (impl)))
   (alias_module
    (name Swresample__)
    (obj_name swresample__)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
