diff options
| author | s-ol <s+removethis@s-ol.nu> | 2025-03-05 17:38:04 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-05 17:38:04 +0000 |
| commit | bb8a440c7a117762fd5c5d08b4aaf3d803a581aa (patch) | |
| tree | 34db41a60d44f53ac8ce2b729d09f744d6352f95 /src | |
| parent | update for Zig 0.14.0 (diff) | |
| download | glsl-view-hap.tar.gz glsl-view-hap.zip | |
wip HAP codechap
Diffstat (limited to 'src')
| -rw-r--r-- | src/c.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,4 +11,8 @@ pub usingnamespace @cImport({ @cInclude("libavformat/avformat.h"); @cInclude("libswscale/swscale.h"); } + + if (build_config.have_hap) { + @cInclude("hap.h"); + } }); |
