This patch is not needed.

Approved by:	pav (mentor)
This commit is contained in:
Koop Mast 2004-11-28 23:11:37 +00:00
parent 82bec9c9af
commit f4563ebcdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122709

View file

@ -1,13 +0,0 @@
--- liboil/dct/dct.h.orig Sat Nov 13 11:34:25 2004
+++ liboil/dct/dct.h Sat Nov 13 11:34:55 2004
@@ -21,6 +21,10 @@
#include <liboil/liboilfunction.h>
+#ifdef __FreeBSD__
+#define M_PI 3.14159265358979323846
+#endif
+
OIL_DECLARE_CLASS(dct12_f32);
OIL_DECLARE_CLASS(dct36_f32);
OIL_DECLARE_CLASS(fdct8_f64);