summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-03-18 20:45:03 +0000
committersr55 <[email protected]>2016-03-18 20:45:03 +0000
commitbbead11b5116a8ee8e1943ed02b9e794f56ac03e (patch)
tree7ea5be4cdf0e7423875c59e9abfbe5d8dc267c5c /doc
parentf25066f750c4cf963b627e4756b6ea8f4ed3f842 (diff)
Add note about libfftw3-dev. Fixes #108
Diffstat (limited to 'doc')
-rw-r--r--doc/BUILD-MinGW3
-rw-r--r--doc/texi/Building.mingw.texi3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/BUILD-MinGW b/doc/BUILD-MinGW
index 973d2f3f6..e0797a0ac 100644
--- a/doc/BUILD-MinGW
+++ b/doc/BUILD-MinGW
@@ -37,7 +37,8 @@ possible:
* MinGW-W64 on Fedora 20+, Ubuntu 14+ or Debian 7+ using gcc 4.7+
* Official MinGW-w64 builds are recommended over those provided by
distributions.
- * yasm 1.2 or newer
+ * yasm 1.3 or newer
+ * Please be aware libfftw3-dev can cause build failures. You currently need to remove this package if installed for HandBrake to build.
Note: We use MinGW-w64 from
http://sourceforge.net/projects/mingw-w64/files/?source=navbar
diff --git a/doc/texi/Building.mingw.texi b/doc/texi/Building.mingw.texi
index 0752d6aad..314436237 100644
--- a/doc/texi/Building.mingw.texi
+++ b/doc/texi/Building.mingw.texi
@@ -22,7 +22,8 @@ The following are the recommended specifications for building on @value{OS-mingw
@item Intel 64-bit hardware
@item @value{OS-mingw} on Fedora 20+, Ubuntu 14+ or Debian 7+ using gcc 4.7+
@item Official MinGW-w64 builds are recommended over those provided by distributions.
-@item yasm 1.2 or newer
+@item yasm 1.3 or newer
+@item Please be aware libfftw3-dev can cause build failures. You currently need to remove this package if installed for HandBrake to build.
@end itemize