Commit 29e74ec5 authored by Christophe Massiot's avatar Christophe Massiot

* ./configure : fixed Mac OS X compilation which was broken on some machines

* ./include/vlc/vlc.h : include os_specific.h
parent a0822174
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -84,6 +84,7 @@ case "x${target_os}" in ...@@ -84,6 +84,7 @@ case "x${target_os}" in
xdarwin*) xdarwin*)
SYS=darwin SYS=darwin
save_CFLAGS="${save_CFLAGS} -no-cpp-precomp"; CFLAGS="${save_CFLAGS}" save_CFLAGS="${save_CFLAGS} -no-cpp-precomp"; CFLAGS="${save_CFLAGS}"
vlc_LDFLAGS="${vlc_LDFLAGS} -all_load"
;; ;;
x*mingw32*) x*mingw32*)
SYS=mingw32 SYS=mingw32
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* vlc.h: global header for vlc * vlc.h: global header for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 1998, 1999, 2000 VideoLAN * Copyright (C) 1998, 1999, 2000 VideoLAN
* $Id: vlc.h,v 1.4 2002/07/03 19:40:49 sam Exp $ * $Id: vlc.h,v 1.5 2002/07/17 21:58:21 massiot Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -99,6 +99,7 @@ typedef int vlc_status_t; ...@@ -99,6 +99,7 @@ typedef int vlc_status_t;
# include "config.h" # include "config.h"
# include "modules_inner.h" # include "modules_inner.h"
# include "vlc_common.h" # include "vlc_common.h"
# include "os_specific.h"
# include "vlc_messages.h" # include "vlc_messages.h"
# include "mtime.h" # include "mtime.h"
# include "modules.h" # include "modules.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment