mirror of
https://github.com/Nyx0uf/qlImageSize.git
synced 2026-06-12 15:37:24 +02:00
Merge pull request #58 from hackur/hackur-fix-coregraphics-import
Added explicit import of CoreGraphics to build successfully.
This commit is contained in:
+1
-1
@@ -6,10 +6,10 @@
|
||||
// Copyright (c) 2014 Nyx0uf. All rights reserved.
|
||||
//
|
||||
|
||||
@import CoreGraphics;
|
||||
|
||||
#import "tools.h"
|
||||
|
||||
|
||||
#ifdef NYX_QL_SUPPORT_BPG_DECODE
|
||||
CF_RETURNS_RETAINED CGImageRef decode_bpg_at_path(CFStringRef filepath, image_infos* infos);
|
||||
#endif
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
// Copyright (c) 2014 Nyx0uf. All rights reserved.
|
||||
//
|
||||
|
||||
@import CoreGraphics;
|
||||
|
||||
#import "tools.h"
|
||||
|
||||
|
||||
#ifdef NYX_QL_SUPPORT_WEBP_DECODE
|
||||
CF_RETURNS_RETAINED CGImageRef decode_webp_at_path(CFStringRef filepath, image_infos* infos);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user