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