FreeBSD Bugzilla – Attachment 39443 Details for
Bug 62178
Support moved header files in 5.x in ffmpeg port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 674 bytes, created by
Steve O'Hara-Smith
on 2004-01-31 19:30:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steve O'Hara-Smith
Created:
2004-01-31 19:30:15 UTC
Size:
674 bytes
patch
obsolete
>Index: files/grab_bsdbktr.c >=================================================================== >RCS file: /ncvs/ports/multimedia/ffmpeg/files/grab_bsdbktr.c,v >retrieving revision 1.7 >diff -u -r1.7 grab_bsdbktr.c >--- files/grab_bsdbktr.c 7 Sep 2003 23:52:59 -0000 1.7 >+++ files/grab_bsdbktr.c 17 Dec 2003 18:22:29 -0000 >@@ -24,8 +24,13 @@ > * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > */ > #include "avformat.h" >+#if __FreeBSD__ >= 502100 >+#include <dev/bktr/ioctl_meteor.h> >+#include <dev/bktr/ioctl_bt848.h> >+#else > #include <machine/ioctl_meteor.h> > #include <machine/ioctl_bt848.h> >+#endif > #include <unistd.h> > #include <fcntl.h> > #include <sys/ioctl.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62178
: 39443