Changeset 9d8885ebb7cbf082b9093d3a814970fc67c01afc
- Timestamp:
- 05/05/08 15:06:47
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1209992807 +0200
- git-parent:
[62a71b894cc3f4e61475cf082b67f2fc125db991]
- git-author:
- Rafaël Carré <funman@videolan.org> 1209992807 +0200
- Message:
Forgotten in fd84d89ba : fix building without spinlocks
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfd84d89 |
r9d8885e |
|
| 444 | 444 | static inline int vlc_spin_init (vlc_spinlock_t *spin) |
|---|
| 445 | 445 | { |
|---|
| 446 | | return __vlc_mutex_init (spin); |
|---|
| | 446 | return vlc_mutex_init (spin); |
|---|
| 447 | 447 | } |
|---|
| 448 | 448 | |
|---|