mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 03:33:54 +08:00
macosx: Fix compilation.
This commit is contained in:
parent
f4bc3b96d4
commit
a44284713c
@ -345,7 +345,7 @@ static bool GetFiltersStatus( intf_thread_t *p_intf,
|
||||
aout_instance_t *p_aout = getAout();
|
||||
vlc_object_t *p_object= VLC_OBJECT(p_aout);
|
||||
if( p_object == NULL )
|
||||
p_object = vl_object_hold(pl_Get( p_intf ));
|
||||
p_object = vlc_object_hold(pl_Get( p_intf ));
|
||||
|
||||
var_SetBool( p_object, "equalizer-2pass", b_2p );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user