diff options
author | wm4 <wm4@nowhere> | 2012-11-09 01:06:43 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-11-12 20:08:18 +0100 |
commit | 4873b32c5959c988af1769529ff72e3fd62fba82 (patch) | |
tree | e18fbd7eef54de6071969689aa5c31d6ea1f0963 /demux/aviheader.h | |
parent | d4bdd0473d6f43132257c9fb3848d829755167a3 (diff) | |
download | mpv-4873b32c5959c988af1769529ff72e3fd62fba82.tar.bz2 mpv-4873b32c5959c988af1769529ff72e3fd62fba82.tar.xz |
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.)
Diffstat (limited to 'demux/aviheader.h')
-rw-r--r-- | demux/aviheader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/aviheader.h b/demux/aviheader.h index 1629a33b57..f1ec64a577 100644 --- a/demux/aviheader.h +++ b/demux/aviheader.h @@ -23,7 +23,7 @@ #include <stdint.h> #include "config.h" #include "libavutil/common.h" -#include "mpbswap.h" +#include "compat/mpbswap.h" #ifndef mmioFOURCC #define mmioFOURCC( ch0, ch1, ch2, ch3 ) \ |