[RFC] Test ffmpeg-devel amd64 patches

Vladimir Kushnir vkushnir at i.kiev.ua
Tue Dec 6 15:32:18 PST 2005


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



More information about the freebsd-ports mailing list