From 5c2583a0ee9a6e824bb1633748c1899bc99a695c Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sun, 27 Apr 2008 14:54:57 +0300 Subject: Make MPlayer build with a complete FFmpeg checkout in ffmpeg/ Instead of separate checkouts of the FFmpeg libavutil/, libavcodec/, libavformat/, libpostproc/ subdirectories make MPlayer build with a complete checkout of FFmpeg under ffmpeg/. configure now creates config.mak and config.h at both the top level and in ffmpeg/. The config.h files are identical. The config.mak for FFmpeg has different include paths. The top-level common.mak and subdir.mak are now used by libswscale only; the directories under ffmpeg/ use the versions in ffmpeg/. --- dvdread/bswap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dvdread/bswap.h') diff --git a/dvdread/bswap.h b/dvdread/bswap.h index 881f4d36b5..92afd07c88 100644 --- a/dvdread/bswap.h +++ b/dvdread/bswap.h @@ -1,7 +1,7 @@ #ifndef DVDREAD_BSWAP_H #define DVDREAD_BSWAP_H -#include "../libavutil/bswap.h" +#include "libavutil/bswap.h" #ifdef WORDS_BIGENDIAN #define B2N_16(x) -- cgit v1.2.3