diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /multimedia/x264-devel/files/patch-common-common.h | |
parent | Upgrade to version 2.4.0. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Notes
Notes:
svn path=/head/; revision=250901
svn path=/tags/RELEASE_7_3_0/; revision=250902; tag=release/7.3.0
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, 0 insertions, 8 deletions
diff --git a/multimedia/x264-devel/files/patch-common-common.h b/multimedia/x264-devel/files/patch-common-common.h deleted file mode 100644 index 14ee0523b5be..000000000000 --- a/multimedia/x264-devel/files/patch-common-common.h +++ /dev/null @@ -1,8 +0,0 @@ ---- 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) |