savonet / ocaml-ffmpeg

OCaml bindings to the FFmpeg library.
http://www.liquidsoap.info/ocaml-ffmpeg/
GNU Lesser General Public License v2.1
48 stars 12 forks source link

Unable to compile with FFmpeg 4.3 #43

Closed paddatrapper closed 4 years ago

paddatrapper commented 4 years ago

Compiling with ffmpeg 4.3 results in the following error:

ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 avcodec.mli
File "avcodec.mli", line 149, characters 12-26:
149 |   type id = Codec_id.video
                  ^^^^^^^^^^^^^^
Error: Unbound type constructor Codec_id.video
make[4]: *** [OCamlMakefile:1048: avcodec.cmi] Error 2

Full bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963360

paddatrapper commented 4 years ago

Fixed in 0.4.2 release

toots commented 4 years ago

Yes! Forgot to close this one thks!