Changeset 224b28cbae995ae40b5b3b2cdc27ab1ab427ddb6
- Timestamp:
- 16/09/06 13:20:10
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1158405610 +0000
- git-parent:
[64fea282d28f812fef7c5622fca0ed39d70ad136]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1158405610 +0000
- Message:
Should fix OS X build
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3f99651 |
r224b28c |
|
| 470 | 470 | - (void)setVLC: (libvlc_int_t *) p_libvlc |
|---|
| 471 | 471 | { |
|---|
| 472 | | o_vlc = p_libvlc; |
|---|
| | 472 | o_libvlc = p_libvlc; |
|---|
| 473 | 473 | } |
|---|
| 474 | 474 | |
|---|
| … | … | |
| 492 | 492 | - (void)terminate: (id)sender |
|---|
| 493 | 493 | { |
|---|
| 494 | | o_vlc->b_die = VLC_TRUE; |
|---|
| | 494 | o_libvlc->b_die = VLC_TRUE; |
|---|
| 495 | 495 | } |
|---|
| 496 | 496 | |
|---|