Changeset cbeedaded1ee00d2c7b02f3432b53978b618ab28

Show
Ignore:
Timestamp:
07/07/03 19:01:16 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1057597276 +0000
git-parent:

[34f237461596f6e3b79b81a982b11113978b78a4]

git-author:
Sam Hocevar <sam@videolan.org> 1057597276 +0000
Message:
  • AUTHORS: Added Olivier Aubert.
  • HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AUTHORS

    r65db108 rcbeedad  
    1 # $Id: AUTHORS,v 1.94 2003/06/11 22:46:42 gbazin Exp $ 
     1# $Id: AUTHORS,v 1.95 2003/07/07 17:01:16 sam Exp $ 
    22#  
    33# The format of this file was inspired by the Linux kernel CREDITS file. 
     
    3232S: Germany 
    3333 
     34N: Olivier Aubert 
     35E: oaubert at lisi dot univ-lyon1 dot fr 
     36D: CORBA interface 
     37S: France 
     38 
    3439N: Sigmund Augdal 
    3540E: sigmunau@idi.ntnu.no 
  • HACKING

    rff0c860 rcbeedad  
    1 $Id: HACKING,v 1.9 2003/07/01 11:58:29 sam Exp $ 
     1$Id: HACKING,v 1.10 2003/07/07 17:01:16 sam Exp $ 
    22 
    33Hacking vlc 
     
    6767Makefile line at the end of configure.ac. 
    6868 
     69To have the module built, you need to add a call to AX_ADD_PLUGINS or 
     70AX_ADD_BUILTINS to configure.ac with your new module name as argument. 
     71