Rename mp_core.h to core.h

Get rid of the mp_ prefix.
This commit is contained in:
wm4
2013-12-17 01:08:53 +01:00
parent e449111429
commit 56eafe3344
18 changed files with 17 additions and 17 deletions

View File

@@ -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)
{

View File

@@ -72,7 +72,7 @@
#include "osdep/io.h"
#include "mp_core.h"
#include "core.h"
#include "mp_lua.h"
struct command_ctx {

View File

@@ -41,7 +41,7 @@
#include "stream/stream.h"
#include "mp_core.h"
#include "core.h"
#include "command.h"
#define DEF_CONFIG "# Write your default config options here!\n\n\n"

View File

View File

@@ -18,7 +18,7 @@
#include <limits.h>
#include <assert.h>
#include "mp_core.h"
#include "core.h"
#include "mpvcore/mp_msg.h"
#include "mpvcore/mp_common.h"

View File

@@ -55,7 +55,7 @@
#include "video/decode/dec_video.h"
#include "video/out/vo.h"
#include "mp_core.h"
#include "core.h"
#include "command.h"
#if HAVE_DVBIN

View File

@@ -60,7 +60,7 @@
#include "video/decode/dec_video.h"
#include "video/out/vo.h"
#include "mp_core.h"
#include "core.h"
#include "mp_lua.h"
#include "command.h"
#include "screenshot.h"

View File

@@ -40,7 +40,7 @@
#include "stream/stream.h"
#include "video/out/vo.h"
#include "mp_core.h"
#include "core.h"
#include "command.h"
double get_relative_time(struct MPContext *mpctx)

View File

@@ -16,7 +16,7 @@
#include "mpvcore/bstr.h"
#include "osdep/timer.h"
#include "sub/osd.h"
#include "mp_core.h"
#include "core.h"
#include "command.h"
#include "mp_lua.h"

View File

@@ -38,7 +38,7 @@
#include "demux/demux.h"
#include "sub/osd.h"
#include "mp_core.h"
#include "core.h"
#include "command.h"
#define saddf(var, ...) (*(var) = talloc_asprintf_append((*var), __VA_ARGS__))

View File

@@ -46,7 +46,7 @@
#include "video/decode/dec_video.h"
#include "video/out/vo.h"
#include "mp_core.h"
#include "core.h"
#include "screenshot.h"
#include "command.h"

View File

@@ -26,7 +26,7 @@
#include "talloc.h"
#include "screenshot.h"
#include "mp_core.h"
#include "core.h"
#include "command.h"
#include "mpvcore/bstr.h"
#include "mpvcore/mp_msg.h"

View File

@@ -35,7 +35,7 @@
#include "video/mp_image.h"
#include "video/decode/dec_video.h"
#include "mp_core.h"
#include "core.h"
void uninit_subs(struct demuxer *demuxer)
{

View File

@@ -24,7 +24,7 @@
#include "talloc.h"
#include "player/mp_core.h"
#include "player/core.h"
#include "mpvcore/mp_msg.h"
#include "demux/demux.h"
#include "mpvcore/path.h"

View File

@@ -30,7 +30,7 @@
#include "talloc.h"
#include "player/mp_core.h"
#include "player/core.h"
#include "mpvcore/mp_msg.h"
#include "demux/demux.h"
#include "mpvcore/path.h"

View File

@@ -24,7 +24,7 @@
#include "talloc.h"
#include "player/mp_core.h"
#include "player/core.h"
#include "mpvcore/mp_msg.h"
#include "demux/demux.h"
#include "mpvcore/path.h"

View File

@@ -41,7 +41,7 @@
#include "video/decode/vd.h"
#include "video/out/vo.h"
#include "mp_core.h"
#include "core.h"
#include "command.h"
void update_fps(struct MPContext *mpctx)