ref: 12046fba2e6c95902323905630c6d139f0d9190f
parent: 5f3fef469db35e7413d8bfacc67356c8a761a10c
author: Martin Storsjö <martin@martin.st>
date: Fri Mar 13 08:55:02 EDT 2015
Recommend using ARCH instead of ENABLE64BIT for setting the target arch This is more generic, while the ENABLE64BIT variable is used on x86 only.
--- a/README.md
+++ b/README.md
@@ -110,9 +110,9 @@
For All Platforms
-------------------
From the main project directory:
-- `make` for automatically detecting 32/64bit and building accordingly
-- `make ENABLE64BIT=No` for 32bit builds
-- `make ENABLE64BIT=Yes` for 64bit builds
+- `make` for automatically detecting architecture and building accordingly
+- `make ARCH=i386` for x86 32bit builds
+- `make ARCH=x86_64` for x86 64bit builds
- `make V=No` for a silent build (not showing the actual compiler commands)
The command line programs `h264enc` and `h264dec` will appear in the main project directory.