File: dune

package info (click to toggle)
ocaml-ffmpeg 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: ansic: 6,412; ml: 6,166; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
(library
 (name ffmpeg)
 (public_name ffmpeg)
 (synopsis "Top-level ffmpeg library")
 (libraries
  ffmpeg-avutil
  ffmpeg-avcodec
  ffmpeg-avfilter
  ffmpeg-avdevice
  ffmpeg-av
  ffmpeg-swscale
  ffmpeg-swresample))