Changeset cbeedaded1ee00d2c7b02f3432b53978b618ab28
- 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
| 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 $ |
|---|
| 2 | 2 | # |
|---|
| 3 | 3 | # The format of this file was inspired by the Linux kernel CREDITS file. |
|---|
| … | … | |
| 32 | 32 | S: Germany |
|---|
| 33 | 33 | |
|---|
| | 34 | N: Olivier Aubert |
|---|
| | 35 | E: oaubert at lisi dot univ-lyon1 dot fr |
|---|
| | 36 | D: CORBA interface |
|---|
| | 37 | S: France |
|---|
| | 38 | |
|---|
| 34 | 39 | N: Sigmund Augdal |
|---|
| 35 | 40 | E: sigmunau@idi.ntnu.no |
|---|
| 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 $ |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Hacking vlc |
|---|
| … | … | |
| 67 | 67 | Makefile line at the end of configure.ac. |
|---|
| 68 | 68 | |
|---|
| | 69 | To have the module built, you need to add a call to AX_ADD_PLUGINS or |
|---|
| | 70 | AX_ADD_BUILTINS to configure.ac with your new module name as argument. |
|---|
| | 71 | |
|---|