[MPlayer-dev-eng] [PATCH] Allow mpbswap.h to find ffmpeg-related includes.
SciFi
sci-fi at hush.ai
Fri Oct 8 14:10:49 CEST 2010
Hi,
I had to put this patch on mpbswap.h
so it can find the recent SVN changes
that brings-in ffmpeg as a whole:
---cut-here---
Index: mpbswap.h
===================================================================
--- mpbswap.h (revision 32451)
+++ mpbswap.h (working copy)
@@ -21,7 +21,7 @@
#include <sys/types.h>
#include "config.h"
-#include "libavutil/bswap.h"
+#include "ffmpeg/libavutil/bswap.h"
#define bswap_16(v) av_bswap16(v)
#define bswap_32(v) av_bswap32(v)
---cut-here---
I am (still) running MacOSX 10.5.8 here.
I do have almost all related projects that
lets me configure mplayer to auto-find
those projects, if it makes any difference.
Thanks.
:)
More information about the MPlayer-dev-eng
mailing list