core: move contents to mpvcore (2/2)

Followup commit. Fixes all the files references.
This commit is contained in:
Stefano Pigozzi
2013-08-06 22:41:30 +02:00
parent bc27f946c2
commit 406241005e
211 changed files with 517 additions and 517 deletions

View File

@@ -23,9 +23,9 @@
#include <libsmbclient.h>
#include <unistd.h>
#include "core/mp_msg.h"
#include "mpvcore/mp_msg.h"
#include "stream.h"
#include "core/m_option.h"
#include "mpvcore/m_option.h"
struct priv {
int fd;