]> git.sesse.net Git - vlc/commitdiff
* AUTHORS: Added Olivier Aubert.
authorSam Hocevar <sam@videolan.org>
Mon, 7 Jul 2003 17:01:16 +0000 (17:01 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 7 Jul 2003 17:01:16 +0000 (17:01 +0000)
  * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.

AUTHORS
HACKING

diff --git a/AUTHORS b/AUTHORS
index f76225de24293f30870a6a53522dfcdd84cfbc30..bae056115bae293bc25cdde403cc19281c921ccc 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-# $Id: AUTHORS,v 1.94 2003/06/11 22:46:42 gbazin Exp $
+# $Id: AUTHORS,v 1.95 2003/07/07 17:01:16 sam Exp $
 # 
 # The format of this file was inspired by the Linux kernel CREDITS file.
 # Authors are listed alphabetically.
@@ -31,6 +31,11 @@ C: stippi
 D: BeOS module fixes and enhancements
 S: Germany
 
+N: Olivier Aubert
+E: oaubert at lisi dot univ-lyon1 dot fr
+D: CORBA interface
+S: France
+
 N: Sigmund Augdal
 E: sigmunau@idi.ntnu.no
 C: sigmunau
diff --git a/HACKING b/HACKING
index 2a0756e142e8cf8024db3bc2445d1c634228d61e..63e3b77abf06e9802ebe697e6d88afd18da37980 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-$Id: HACKING,v 1.9 2003/07/01 11:58:29 sam Exp $
+$Id: HACKING,v 1.10 2003/07/07 17:01:16 sam Exp $
 
 Hacking vlc
 ===========
@@ -66,3 +66,6 @@ To add a module to the repository, just add its sources to a Modules.am
 file. If you create a new Modules.am, do not forget to add a corresponding
 Makefile line at the end of configure.ac.
 
+To have the module built, you need to add a call to AX_ADD_PLUGINS or
+AX_ADD_BUILTINS to configure.ac with your new module name as argument.
+