aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.zig')
-rw-r--r--src/control.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/control.zig b/src/control.zig
index dfdd55d..0ea6712 100644
--- a/src/control.zig
+++ b/src/control.zig
@@ -3,7 +3,6 @@ const gl = @import("gl.zig");
const video = @import("video.zig");
const std = @import("std");
const cfg = @import("config.zig");
-const build_config = @import("build_config");
fn verify_args(expected: u8, got: []const u8) !void {
for (got) |typ| {
@@ -96,7 +95,6 @@ fn set_texture(
argv: [*c][*c]c.lo_arg,
types: []const u8,
) !void {
- if (!build_config.have_ffmpeg) return error.texturesDisabled;
if (argc != 1 or types[0] != 's') return error.invalidType;
if (dest.*) |old| {