Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2009 21:52:58 +0300
From:      =?utf-8?B?QW5kcml1cyBNb3JrxatuYXM=?= <hinokind@gmail.com>
To:        "ruin evil" <ruinevil@gmail.com>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Mplayer SVN or linux-mplayer
Message-ID:  <op.u0xiqdt543o42p@klevas>
In-Reply-To: <4629472d0909271017pffe1e96p1081ac0e3037863a@mail.gmail.com>
References:  <4629472d0909270733w3bb923f1u50ecfa57cf1edaea@mail.gmail.com> <53a1e0710909270822o7fefb630sbb7fcfd280700c82@mail.gmail.com> <4629472d0909271017pffe1e96p1081ac0e3037863a@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 27 Sep 2009 20:17:20 +0300, ruin evil <ruinevil@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.u0xiqdt543o42p>