Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2005 01:32:10 +0200 (EET)
From:      Vladimir Kushnir <vkushnir@i.kiev.ua>
To:        Mario Sergio Fujikawa Ferreira <lioux-list@uol.com.br>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: [RFC] Test ffmpeg-devel amd64 patches
Message-ID:  <20051207012754.Y24562@kushnir1.kiev.ua>
In-Reply-To: <20051207011632.P1517@kushnir1.kiev.ua>
References:  <20051206144350.7106.qmail@exxodus.fedaykin.here>        <20051207010511.D1517@kushnir1.kiev.ua> <20051207011632.P1517@kushnir1.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
DAMN IT ALL!!!! It's stripped again!!


On Wed, 7 Dec 2005, Vladimir Kushnir wrote:

> Replying to myself (for some reason this one-liner was stripped)
>
> On Wed, 7 Dec 2005, Vladimir Kushnir wrote:
>
>> AND (Re: ffmpeg-devel & amd64) :-)
>> 
>> On Tue, 6 Dec 2005, Mario Sergio Fujikawa Ferreira wrote:
>> 
>>> Hi,
>>>
>>> 	I wrote some patches for ffmpeg-devel that
>>> supposedly would get it to work on amd64 boxes.
>>> I cannot verify that the patches are correct since I
>>> do not have a amd64 box.
>>>
>>> 	Could someone test these patches on amd64 boxes?
>>> Also, if you could help fixing any bugs you find, that would be
>>> optimal. :)
>>>
>>> 	The modified port
>>> 
>>> http://people.FreeBSD.org/~lioux/ffmpeg-devel.tgz
>>> 
>> 
>> Just a wee bit more to make it work (patches attached). Anyway - thanks for 
>> keeping it up with bleeding edge ffmpeg.
>> 
>> Regards,
>> Vladimir
>

It's really one line:

/*=========== patch-libavformat::grab_bktr.c =============*/
*** libavformat/grab_bktr.c.orig        Wed Dec  7 00:49:58 2005
--- libavformat/grab_bktr.c     Wed Dec  7 00:50:23 2005
***************
*** 23,29 ****
    */
   #include "avformat.h"
   #if defined(__FreeBSD__)
! # if __FreeBSD__ >= 502100
   #  include <dev/bktr/ioctl_meteor.h>
   #  include <dev/bktr/ioctl_bt848.h>
   # else
--- 23,29 ----
    */
   #include "avformat.h"
   #if defined(__FreeBSD__)
! # if __FreeBSD_version >= 502100
   #  include <dev/bktr/ioctl_meteor.h>
   #  include <dev/bktr/ioctl_bt848.h>
   # else




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