diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-29 11:09:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 14:08:58 +0100 |
| commit | 68533f20f9f2e0ca9efc9360f20d047a79e4fd8a (patch) | |
| tree | 22ee64680ffb708f55d6fe4960f87efb0102c396 /libdcp-1.0.pc.in | |
| parent | 23a542bd526038934e05a237d5434b9cd5beb855 (diff) | |
Add new, improved raw_convert using fmt/fast_float (DoM #2220).
The old one was broken if the thousands separator was the same
as the decimal separator (e.g. if you set de_DE and change the
decimal separator to .)
Diffstat (limited to 'libdcp-1.0.pc.in')
| -rw-r--r-- | libdcp-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdcp-1.0.pc.in b/libdcp-1.0.pc.in index a8d1007f..743c9e72 100644 --- a/libdcp-1.0.pc.in +++ b/libdcp-1.0.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@ Name: libdcp Description: DCP reading and writing library Version: @version@ -Requires: openssl libxml++-@xmlpp_api@ xmlsec1 libasdcp-dcpomatic xerces-c libavutil libavcodec +Requires: openssl libxml++-@xmlpp_api@ xmlsec1 libasdcp-dcpomatic xerces-c libavutil libavcodec fmt Libs: @libs@ Cflags: -I${includedir} |
