summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index e9ddb18556..8673da9980 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2485,9 +2485,12 @@ unsigned long mpeg_num_recorded_bytes(void)
2485 return 0; 2485 return 0;
2486} 2486}
2487 2487
2488#elif CONFIG_HWCODEC == MASNONE 2488#elif (CONFIG_HWCODEC == MASNONE) || defined(SIMULATOR)
2489 2489
2490/* dummies coming up */ 2490/* dummies coming up
2491
2492NOTE: when we implment these functions for real for software coded targets,
2493these dummies shall remain for the simulator */
2491 2494
2492void bitswap(unsigned char *data, int length) 2495void bitswap(unsigned char *data, int length)
2493{ 2496{