From 56eafe33448780231cd2626239cac443e1cdbab4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 01:08:53 +0100 Subject: Rename mp_core.h to core.h Get rid of the mp_ prefix. --- player/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/audio.c') diff --git a/player/audio.c b/player/audio.c index ec2f039531..8be2f9cddc 100644 --- a/player/audio.c +++ b/player/audio.c @@ -38,7 +38,7 @@ #include "demux/demux.h" #include "video/decode/dec_video.h" -#include "mp_core.h" +#include "core.h" static int build_afilter_chain(struct MPContext *mpctx) { -- cgit v1.2.3