summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/a52towav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/a52towav.c b/apps/plugins/a52towav.c
index 4e6150b..7bec8f2 100644
--- a/apps/plugins/a52towav.c
+++ b/apps/plugins/a52towav.c
@@ -24,7 +24,7 @@
#include <inttypes.h> /* Needed by a52.h */
-#include <codecs/liba52/config.h>
+#include <codecs/liba52/config-a52.h>
#include <codecs/liba52/a52.h>
#include "lib/xxx2wav.h" /* Helper functions common to test decoders */