diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2010-02-03 20:14:59 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2010-02-03 20:14:59 +0000 |
| commit | cf91822ab25e517efc24e564ae062f602c8a73d7 (patch) | |
| tree | 1eea45e6b57df36b4a15b3be623f354e74328268 /multimedia/x264-devel/files/patch-common-common.h | |
| parent | Update to 0.56. (diff) | |
- Update to snapshot 20090119
- This is the last snapshot with compatible library ver. 65
- Add patch for log2f(x) support
- Take maintainership
Notes
Notes:
svn path=/head/; revision=249185
Diffstat (limited to 'multimedia/x264-devel/files/patch-common-common.h')
| -rw-r--r-- | multimedia/x264-devel/files/patch-common-common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/x264-devel/files/patch-common-common.h b/multimedia/x264-devel/files/patch-common-common.h new file mode 100644 index 000000000000..14ee0523b5be --- /dev/null +++ b/multimedia/x264-devel/files/patch-common-common.h @@ -0,0 +1,8 @@ +--- common/common.h.orig 2010-02-03 17:25:48.378388768 +0100 ++++ common/common.h 2010-02-03 17:26:24.401327942 +0100 +@@ -634,3 +634,5 @@ + + #endif + ++#define M_LOG2_E 0.693147180559945309417 ++#define log2f(x) (logf (x) / (float) M_LOG2_E) |
