Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2006 00:50:38 GMT
From:      Vladimir Kushnir <vkushnir@i.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/104189: (patch) Enable MMX and video grabbing for ffmpeg-devel on amd64
Message-ID:  <200610090050.k990ocNA001899@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/104189; it has been noted by GNATS.

From: Vladimir Kushnir <vkushnir@i.kiev.ua>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/104189: (patch) Enable MMX and video grabbing for ffmpeg-devel on amd64
Date: Mon, 9 Oct 2006 03:40:51 +0300

 I'm very sorry, did not check a patch twice (after 3 AM L-( ). Here's 
 one-liner
 patch-libavformat::grab_bktr.c:
 
 *** libavformat/grab_bktr.c.orig	Mon Oct  9 03:26:52 2006
 --- libavformat/grab_bktr.c	Mon Oct  9 03:27:07 2006
 ***************
 *** 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?200610090050.k990ocNA001899>