mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
o Update to CVS snapshot 20050511 o Add FreeBSD native byteswap support o Video capture is not working and help is appreciated on this matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes have been borrowed from [2], [3] and [4] o IPV6 support fixed [1] Submitted by: ahze [1], Jacob Meuser <jakemsr@jakemsr.com> [4], Vladimir Kushnir <vkushnir@i.kiev.ua> [4] Reviewed by: ahze, Jacob Meuser <jakemsr@jakemsr.com>, Vladimir Kushnir <vkushnir@i.kiev.ua>, countless others at FreeBSD-multimedia@FreeBSD.org mailing list Obtained from: FFmpeg CVS repo [2], OpenBSD FFmpeg port [3]
10 lines
237 B
C
10 lines
237 B
C
--- libavcodec/x264.c.orig Sun May 1 16:15:23 2005
|
|
+++ libavcodec/x264.c Sun May 1 16:14:58 2005
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include "avcodec.h"
|
|
#include <x264.h>
|
|
+#include <math.h>
|
|
|
|
typedef struct X264Context {
|
|
x264_param_t params;
|