mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-19 12:18:45 -05:00
The webp image format option is not available on older distributions This commit revises the default for the webp to OFF. Once the older distributions reach EOL, the default can be changed back to ON.
31 lines
686 B
Plaintext
31 lines
686 B
Plaintext
The motion port to macOS only supports network cameras.
|
|
|
|
It has been tested with macOS 10.12.0 (Sierra) with Xcode 8.0 but should
|
|
work with other versions.
|
|
|
|
First install homebrew:
|
|
|
|
http://brew.sh
|
|
|
|
Then:
|
|
|
|
brew install ffmpeg cmake pkg-config libjpeg
|
|
cmake .
|
|
make
|
|
|
|
For more about using cmake with motion please see:
|
|
|
|
https://github.com/Motion-Project/motion/wiki/cmake
|
|
|
|
Any questions please send it to motion mailing list:
|
|
|
|
https://lists.sourceforge.net/lists/listinfo/motion-user
|
|
|
|
If you find a bug please open an issue on github:
|
|
|
|
https://github.com/Motion-Project/motion/issues
|
|
|
|
If you have an improvement please submit a pull request:
|
|
|
|
https://github.com/Motion-Project/motion/pulls
|