Opened 12 years ago
Closed 12 years ago
#2544 closed defect (duplicate)
#error "Threading is enabled, but there is no implementation of atomic operations available"
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I get this on mingw32 with git head:
$ make CC libavutil/atomic.o libavutil/atomic.c:101:2: error: #error "Threading is enabled, but there is no implementation of atomic operations available" make: *** [libavutil/atomic.o] Error 1
Note:
See TracTickets
for help on using tickets.
#define HAVE_PTHREADS 0
#define HAVE_W32THREADS 1
#define HAVE_OS2THREADS 0
#define HAVE_THREADS 1