[vlc-devel] commit: macosx: vlc_keys seems to need vlc_common. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Oct 10 12:15:07 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sat Oct 10 12:13:14 2009 +0200| [967a86e569184f524c135bce2404cacfdb4aa478] | committer: Pierre d'Herbemont
macosx: vlc_keys seems to need vlc_common.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=967a86e569184f524c135bce2404cacfdb4aa478
---
modules/gui/macosx/vout.m | 4 +++-
modules/gui/macosx/voutgl.m | 1 +
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m
index 7ac8367..f333b20 100644
--- a/modules/gui/macosx/vout.m
+++ b/modules/gui/macosx/vout.m
@@ -44,7 +44,6 @@
/* SystemUIMode */
#import <Carbon/Carbon.h>
-#include <vlc_keys.h>
#include "intf.h"
#include "fspanel.h"
@@ -52,6 +51,9 @@
#import "controls.h"
#import "embeddedwindow.h"
+#include <vlc_common.h>
+#include <vlc_keys.h>
+
/*****************************************************************************
* DeviceCallback: Callback triggered when the video-device variable is changed
*****************************************************************************/
diff --git a/modules/gui/macosx/voutgl.m b/modules/gui/macosx/voutgl.m
index 4a542e6..7cf4992 100644
--- a/modules/gui/macosx/voutgl.m
+++ b/modules/gui/macosx/voutgl.m
@@ -34,6 +34,7 @@
#include <stdlib.h> /* free() */
#include <string.h>
+#include <vlc_common.h>
#include <vlc_keys.h>
#include "intf.h"
More information about the vlc-devel
mailing list