mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
README: Minor fixes. [skip ci]
modules/media/magick: Fix comment.
This commit is contained in:
parent
8420d14ff6
commit
7d7df3b44f
2 changed files with 3 additions and 3 deletions
|
@ -64,12 +64,12 @@ for its day to aid the virility of implementations. A vibrant and growing ecosys
|
|||
- **RocksDB** library 5.16.6.
|
||||
- **Sodium** library for curve ed25519.
|
||||
- **OpenSSL** library for HTTPS TLS / X.509.
|
||||
- **magic** library for MIME type recognition.
|
||||
- **Magic** library for MIME type recognition.
|
||||
|
||||
##### Optional
|
||||
|
||||
- **zlib** or **lz4** or **snappy** database compressions.
|
||||
- **GraphicsMagick** media thumbnails.
|
||||
- **GraphicsMagick** for media thumbnails.
|
||||
|
||||
##### Build tools
|
||||
|
||||
|
|
|
@ -385,7 +385,7 @@ namespace ircd::magick
|
|||
// simultaneously. This race is possible if the progress callback yields
|
||||
// and another context starts an operation. It is highly unlikely the lib
|
||||
// can handle reentrancy on the same thread. Hitting thread mutexes within
|
||||
// magick will also be catestrophic to ircd::ctx.
|
||||
// magick will also be catastrophic to ircd::ctx.
|
||||
ctx::mutex call_mutex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue