summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpdemux/muxer_mpeg.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmpdemux/muxer_mpeg.c b/libmpdemux/muxer_mpeg.c
index 7dcbeed784..868c20da43 100644
--- a/libmpdemux/muxer_mpeg.c
+++ b/libmpdemux/muxer_mpeg.c
@@ -38,7 +38,12 @@
#include "aac_hdr.h"
#include "mpeg_hdr.h"
#include "mp3_hdr.h"
+
+#ifdef CONFIG_LIBA52
+#include <a52dec/a52.h>
+#else
#include "liba52/a52.h"
+#endif
#define PACK_HEADER_START_CODE 0x01ba
#define SYSTEM_HEADER_START_CODE 0x01bb