Rename directories, move files (step 2 of 2)

Finish renaming directories and moving files. Adjust all include
statements to make the previous commit compile.

The two commits are separate, because git is bad at tracking renames
and content changes at the same time.

Also take this as an opportunity to remove the separation between
"common" and "mplayer" sources in the Makefile. ("common" used to be
shared between mplayer and mencoder.)
This commit is contained in:
wm4
2012-11-09 01:06:43 +01:00
parent d4bdd0473d
commit 4873b32c59
250 changed files with 1154 additions and 1170 deletions

View File

@@ -26,7 +26,7 @@
#include <string.h>
#include "stream.h"
#include "libmpdemux/demuxer.h"
#include "demux/demux.h"
static int
mf_stream_open (stream_t *stream, int mode, void *opts, int *file_format)