summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index 1400b6d..08e8e4c 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -528,7 +528,7 @@ static int shrink_callback(int handle, unsigned hints, void* start, size_t old_s
size_t wanted_size = (hints & BUFLIB_SHRINK_SIZE_MASK);
ssize_t size = (ssize_t)old_size - wanted_size;
-#ifndef SIMULATOR
+#if !defined(SIMULATOR) && (CONFIG_CODEC == MAS3587F)
/* FIXME: Cannot give the buffer during recording yet */
if (is_recording)
return BUFLIB_CB_CANNOT_SHRINK;