aboutsummaryrefslogtreecommitdiff
path: root/graphics/alembic
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the build on PowerPC, in a simple way: replace deprecated __sync_*Alexey Dokuchaev2015-11-152-0/+31
| | | | | | | | | function with corresponding __atomic_* counterpart and link with libatomic against GCC. This should be no-op on Tier-1 architectures (against Clang), since that code branch is guarded by __GNUC__ >= 4 && __GNUC_MINOR__ >= 4. Notes: svn path=/head/; revision=401707
* Add a port of Alembic, an open framework for storing and sharing graphicAlexey Dokuchaev2015-11-067-0/+299
scene data. WWW: http://alembic.io/ Notes: svn path=/head/; revision=400883