Mercurial > mplayer.hg
changeset 26542:3a2e8ae7c548
Consistently #include mpbswap.h instead of bswap.h everywhere.
author | diego |
---|---|
date | Mon, 28 Apr 2008 14:43:30 +0000 |
parents | 671c0e7892c0 |
children | 606fe14e4e6c |
files | libmpcodecs/ad_qtaudio.c libmpcodecs/vd_qtvideo.c libmpcodecs/vd_xanim.c libmpcodecs/vf_scale.c |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad_qtaudio.c Mon Apr 28 14:01:58 2008 +0000 +++ b/libmpcodecs/ad_qtaudio.c Mon Apr 28 14:43:30 2008 +0000 @@ -14,7 +14,7 @@ #include "loader/wine/windef.h" #include "ad_internal.h" -#include "bswap.h" +#include "mpbswap.h" #ifdef WIN32_LOADER #include "loader/ldt_keeper.h"
--- a/libmpcodecs/vd_qtvideo.c Mon Apr 28 14:01:58 2008 +0000 +++ b/libmpcodecs/vd_qtvideo.c Mon Apr 28 14:43:30 2008 +0000 @@ -28,7 +28,7 @@ LIBVD_EXTERN(qtvideo) -#include "bswap.h" +#include "mpbswap.h" #ifndef HAVE_QUICKTIME #include "loader/qtx/qtxsdk/components.h"