mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Add byte data reader/writer helpers
These helpers are directly copied from GStreamer and stripped down quite a bit to e.g. always assume the machine does not support unaligned access.
This commit is contained in:
@@ -7,6 +7,8 @@ libfprint_sources = [
|
||||
'fpi-assembling.c',
|
||||
'fpi-ssm.c',
|
||||
'fpi-usb-transfer.c',
|
||||
'fpi-byte-reader.c',
|
||||
'fpi-byte-writer.c',
|
||||
]
|
||||
|
||||
libfprint_public_headers = [
|
||||
@@ -22,6 +24,9 @@ libfprint_private_headers = [
|
||||
'fpi-image.h',
|
||||
'fpi-image-device.h',
|
||||
'fpi-print.h',
|
||||
'fpi-byte-reader.h',
|
||||
'fpi-byte-writer.h',
|
||||
'fpi-byte-utils.h',
|
||||
]
|
||||
|
||||
nbis_sources = [
|
||||
|
||||
Reference in New Issue
Block a user