cc for android: do not compile buffer.c and xfermem.c with NOXFERMEM

This commit is contained in:
2026-03-02 09:11:48 +01:00
parent 2eb4320e16
commit fd02142b4e
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#ifndef NOXFERMEM
/*
buffer.c: output buffer
@@ -1016,3 +1017,4 @@ int buffer_loop(out123_handle *ao)
intflag = FALSE; /* Any possible harm by _not_ ensuring that the flag is cleared here? */
}
}
#endif