We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da08c7b commit ba96bf0Copy full SHA for ba96bf0
libheif/api/libheif/heif.cc
@@ -28,6 +28,10 @@
28
#include <vector>
29
#include <memory>
30
31
+#if defined(__EMSCRIPTEN__) && !defined(__EMSCRIPTEN_STANDALONE_WASM__)
32
+#include "heif_emscripten.h"
33
+#endif
34
+
35
36
#if HEIF_ENABLE_EXPERIMENTAL_FEATURES
37
libheif/api/libheif/heif.h
@@ -38,8 +38,4 @@
38
#include <libheif/heif_image_handle.h>
39
#include <libheif/heif_tiling.h>
40
41
-#if defined(__EMSCRIPTEN__) && !defined(__EMSCRIPTEN_STANDALONE_WASM__)
42
-#include "heif_emscripten.h"
43
-#endif
44
-
45
#endif
0 commit comments