(lang dune 2.9)
(name ffmpeg-avdevice)
(version 1.1.1)
(library
 (name ffmpeg-avdevice)
 (kind normal)
 (synopsis "Bindings to ffmpeg's avdevice library")
 (archives (byte avdevice.cma) (native avdevice.cmxa))
 (plugins (byte avdevice.cma) (native avdevice.cmxs))
 (foreign_objects avdevice_stubs.o)
 (foreign_archives libavdevice_stubs.a)
 (native_archives avdevice.a)
 (requires ffmpeg-av)
 (main_module_name Avdevice)
 (modes byte native)
 (modules
  (singleton
   (name Avdevice)
   (obj_name avdevice)
   (visibility public)
   (impl)
   (intf))))
