~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavutil/atomic.c

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
19
 */
20
20
 
 
21
#include "config.h"
21
22
#include "atomic.h"
22
23
 
23
24
#if !HAVE_ATOMICS_NATIVE
102
103
 
103
104
#endif /* HAVE_PTHREADS */
104
105
 
105
 
#endif /* !HAVE_MEMORYBARRIER && !HAVE_SYNC_VAL_COMPARE_AND_SWAP && !HAVE_MACHINE_RW_BARRIER */
 
106
#endif /* !HAVE_ATOMICS_NATIVE */
106
107
 
107
108
#ifdef TEST
108
109
#include "avassert.h"