[MPlayer-dev-eng] [PATCH] Windows DLL support for OS X/Intel
Diego Biurrun
diego at biurrun.de
Mon Jul 24 12:12:53 CEST 2006
On Sun, Jul 23, 2006 at 07:51:12PM +0300, Valtteri Vuorikoski wrote:
>
> I have patched the svn-trunk version of mplayer to support Windows DLL
> codecs on MacOS X (Intel). The patch and a binary (with Gianluigi
> Tiesi's memalign patch and without MMX support) is available at
> http://www.notcom.org/mplayer/ ). You'll need the mplayer codec pack
> installed it in /usr/local/lib/codecs to use it. I've only tested the
> WMV3 codec (in avi and wmv containers). QTX emulation is not
> supported, though it probably wouldn't be hard to add.
Please just send such a small patch as attachment or inline.
The OpenBSD hunk looks wrong/unrelated.
Skip the WRAPPER_OBJ variable and just add
# QTX emulation is not supported in Darwin yet
ifneq ($(TARGET_OS),Darwin)
LIB_OBJECTS+=wrapper.o
endif
Other than that I think an updated patch will have a good chance of
getting committed.
> As an aside, is someone working on putting together a commit-worthy
> solution to the assembler issue with the MMX code?
You mean the stuff in FFmpeg? Several hacks have been proposed, but
none have been accepted so far...
Diego
More information about the MPlayer-dev-eng
mailing list