nixpkgs/pkgs/tools/video/mjpegtools
Randy Eckenrode 9622ba47e9
mjpegtools: fix build with clang 16
Clang 16 defaults to C++17, causing the build to fail because the
following has been removed from C++17:

* `std::auto_ptr`; and
* The `register` type class specifier.
2023-10-10 07:41:23 -04:00
..
c++-17-fixes.patch mjpegtools: fix build with clang 16 2023-10-10 07:41:23 -04:00
default.nix mjpegtools: fix build with clang 16 2023-10-10 07:41:23 -04:00