Skip to content

Commit d7f2d33

Browse files
committed
Add blurhash implementation to Quotient
So this doesn't need to be copied to every client that wants to generate blurhashes!
1 parent 0c5f011 commit d7f2d33

File tree

3 files changed

+493
-0
lines changed

3 files changed

+493
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ list(APPEND lib_SRCS
154154
Quotient/eventitem.h Quotient/eventitem.cpp
155155
Quotient/accountregistry.h Quotient/accountregistry.cpp
156156
Quotient/mxcreply.h Quotient/mxcreply.cpp
157+
Quotient/blurhash.h Quotient/blurhash.cpp
157158
Quotient/e2ee/e2ee_common.h # because it's used by generated API
158159
Quotient/events/event.h Quotient/events/event.cpp
159160
Quotient/events/eventloader.h

0 commit comments

Comments
 (0)