Mplayer SVN or linux-mplayer
Andrius Morkūnas
hinokind at gmail.com
Sun Sep 27 19:20:26 UTC 2009
On Sun, 27 Sep 2009 20:17:20 +0300, ruin evil <ruinevil at gmail.com> wrote:
> Doesn't appear to work on AMD64. Some assembly error.
You need to compile h264.c with -DBROKEN_RELOCATIONS.
Here's what works for me:
$ svn diff
Index: vidix/pci.c
===================================================================
--- vidix/pci.c (revision 29723)
+++ vidix/pci.c (working copy)
@@ -481,8 +481,6 @@
#include "sysdep/pci_arm32.c"
#elif defined(__powerpc__)
#include "sysdep/pci_powerpc.c"
-#elif defined(__x86_64__) || defined(__sh__)
-/* Nothing here right now */
#else
#include "sysdep/pci_x86.c"
#endif
./configure --extra-cflags=-DBROKEN_RELOCATIONS
vidix/pci.c is modified like in a patch in original mplayer port.
--
Andrius
More information about the freebsd-multimedia
mailing list