Changeset 224b28cbae995ae40b5b3b2cdc27ab1ab427ddb6

Show
Ignore:
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
  • src/interface/interface.c

    r3f99651 r224b28c  
    470470- (void)setVLC: (libvlc_int_t *) p_libvlc 
    471471{ 
    472     o_vlc = p_libvlc; 
     472    o_libvlc = p_libvlc; 
    473473} 
    474474 
     
    492492- (void)terminate: (id)sender 
    493493{ 
    494     o_vlc->b_die = VLC_TRUE; 
     494    o_libvlc->b_die = VLC_TRUE; 
    495495} 
    496496