]> git.sesse.net Git - ffmpeg/commit
configure: Check for the atomic.h functions used in the suncc atomics header
authorMartin Storsjö <martin@martin.st>
Thu, 28 Mar 2013 09:48:39 +0000 (10:48 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 3 Apr 2013 07:23:04 +0000 (09:23 +0200)
commit817dff578f13ce97576c609ab141508b9dc782e9
tree5979da0fc3c22b8611285a79f914d217c223e879
parentf9f6402e9c9ce3642df981b48507df3a2d956f65
configure: Check for the atomic.h functions used in the suncc atomics header

The "suncc" atomics implementation uses a suncc specific memory
barrier, but also relies on a few atomic functions from atomic.h,
that are not suncc specific but specific to solaris. This made
the current implementation fail on suncc on linux.
configure