summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/muxer_mpeg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmpdemux/muxer_mpeg.c b/libmpdemux/muxer_mpeg.c
index 55e2923a13..daa1f98a0a 100644
--- a/libmpdemux/muxer_mpeg.c
+++ b/libmpdemux/muxer_mpeg.c
@@ -37,7 +37,10 @@
#include "aac_hdr.h"
#include "mpeg_hdr.h"
#include "mp3_hdr.h"
-#include "liba52/a52.h"
+
+#ifdef CONFIG_LIBA52
+#include <a52dec/a52.h>
+#endif
#define PACK_HEADER_START_CODE 0x01ba
#define SYSTEM_HEADER_START_CODE 0x01bb