]> git.sesse.net Git - vlc/commitdiff
* ./src/misc/darwin_specific.c: added system_Configure().
authorJon Lech Johansen <jlj@videolan.org>
Fri, 26 Apr 2002 00:20:00 +0000 (00:20 +0000)
committerJon Lech Johansen <jlj@videolan.org>
Fri, 26 Apr 2002 00:20:00 +0000 (00:20 +0000)
src/misc/darwin_specific.c

index a9e00e031997629decbc075faae68823c58f995e..e018f54b35fc5a47ade77b4e4387f45a73060f70 100644 (file)
@@ -2,7 +2,7 @@
  * darwin_specific.c: Darwin specific features 
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: darwin_specific.c,v 1.7 2001/12/30 07:09:56 sam Exp $
+ * $Id: darwin_specific.c,v 1.8 2002/04/26 00:20:00 jlj Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -57,6 +57,14 @@ void system_Init( int *pi_argc, char *ppsz_argv[], char *ppsz_env[] )
     return;
 }
 
+/*****************************************************************************
+ * system_Configure: check for system specific configuration options.
+ *****************************************************************************/
+void system_Configure( void )
+{
+
+}
+
 /*****************************************************************************
  * system_End: free the program path.
  *****************************************************************************/