]> git.sesse.net Git - vlc/commitdiff
* first round of compilation fixes, more to come
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 26 Nov 2006 18:08:23 +0000 (18:08 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 26 Nov 2006 18:08:23 +0000 (18:08 +0000)
modules/gui/macosx/equalizer.m
modules/gui/macosx/intf.m

index c439f96371ee54aa71fbc610a74725324b5d45ec..2e01f15ddc71ffd7dbfb47b4f445915ffdd85c96 100644 (file)
@@ -25,8 +25,7 @@
  * Preamble
  *****************************************************************************/
 #include <vlc/vlc.h>
-#include <vlc/aout.h>
-#include <aout_internal.h>
+#include <vlc_aout.h>
 
 #include "intf.h"
 
index 87d5dd1199da57d0bacedbab5cebe59c60de510d..58fa96578f72d637fd7edd8314319f609c17a712 100644 (file)
@@ -49,6 +49,8 @@
 #import "update.h"
 #import "AppleRemote.h"
 
+#import <vlc_input.h>
+
 /*****************************************************************************
  * Local prototypes.
  *****************************************************************************/
@@ -1079,7 +1081,7 @@ static VLCMain *_o_sharedMainInstance = nil;
             b_seekable = var_GetBool( p_intf->p_sys->p_input, "seekable" );
 
             /* check wether slow/fast motion is possible*/
-            b_control = p_intf->p_sys->p_input->input.b_can_pace_control;
+            b_control = p_intf->p_sys->p_input->b_can_pace_control;
 
             /* chapters & titles */
             //b_chapters = p_intf->p_sys->p_input->stream.i_area_nb > 1;