ports/104189: (patch) Enable MMX and video grabbing for ffmpeg-devel on amd64

Vladimir Kushnir vkushnir at i.kiev.ua
Mon Oct 9 00:50:39 UTC 2006


The following reply was made to PR ports/104189; it has been noted by GNATS.

From: Vladimir Kushnir <vkushnir at i.kiev.ua>
To: bug-followup at 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



More information about the freebsd-ports-bugs mailing list