Changeset cf4fe30a158f14e00961b7c65979b7b9eae1a4b9
- Timestamp:
- 09/12/06 20:57:45
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1158087465 +0000
- git-parent:
[8ce6877d107e9b354775d8cf9cdcb3481b009074]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1158087465 +0000
- Message:
More
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r35e982d |
rcf4fe30 |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | |
|---|
| | 28 | #include <vlc/vlc.h> |
|---|
| | 29 | |
|---|
| | 30 | #include <stdio.h> |
|---|
| 27 | 31 | #include <stdlib.h> |
|---|
| 28 | 32 | |
|---|
| 29 | | #include <vlc/vlc.h> |
|---|
| 30 | 33 | #include <vlc/input.h> |
|---|
| 31 | 34 | #include <vlc/vout.h> |
|---|
| rf334534 |
rcf4fe30 |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| | 28 | #include <vlc/vlc.h> |
|---|
| | 29 | |
|---|
| | 30 | #include <stdio.h> |
|---|
| 28 | 31 | #include <stdlib.h> |
|---|
| 29 | 32 | |
|---|
| 30 | 33 | #include <errno.h> |
|---|
| 31 | 34 | |
|---|
| 32 | | #include <vlc/vlc.h> |
|---|
| 33 | 35 | #include <vlc/input.h> |
|---|
| 34 | 36 | #include "charset.h" |
|---|
| r8e394d7 |
rcf4fe30 |
|
| 26 | 26 | * Preamble |
|---|
| 27 | 27 | *****************************************************************************/ |
|---|
| 28 | | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 29 | | #include <string.h> |
|---|
| 30 | 28 | |
|---|
| 31 | 29 | #include <vlc/vlc.h> |
|---|
| 32 | 30 | |
|---|
| | 31 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| | 32 | #include <string.h> |
|---|
| 33 | 33 | #ifdef HAVE_UNISTD_H |
|---|
| 34 | 34 | # include <unistd.h> |
|---|
| r8e394d7 |
rcf4fe30 |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | #include <vlc/vlc.h> |
|---|
| 27 | 28 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 28 | 29 | #include <string.h> |
|---|
| 29 | 30 | |
|---|
| 30 | | #include <vlc/vlc.h> |
|---|
| 31 | 31 | |
|---|
| 32 | 32 | #ifdef HAVE_UNISTD_H |
|---|
| r8e394d7 |
rcf4fe30 |
|
| 27 | 27 | * Preamble |
|---|
| 28 | 28 | *****************************************************************************/ |
|---|
| | 29 | #include <vlc/vlc.h> |
|---|
| 29 | 30 | #include <stdlib.h> /* malloc(), free() */ |
|---|
| 30 | 31 | #include <string.h> |
|---|
| 31 | | |
|---|
| 32 | | #include <vlc/vlc.h> |
|---|
| 33 | 32 | |
|---|
| 34 | 33 | #ifdef HAVE_UNISTD_H |
|---|
| r89298c1 |
rcf4fe30 |
|
| 28 | 28 | * Preamble |
|---|
| 29 | 29 | *****************************************************************************/ |
|---|
| | 30 | #include <vlc/vlc.h> |
|---|
| | 31 | |
|---|
| | 32 | #include <stdio.h> |
|---|
| 30 | 33 | #include <errno.h> /* ENOMEM */ |
|---|
| 31 | 34 | #include <string.h> /* strerror() */ |
|---|
| 32 | 35 | #include <stdlib.h> /* calloc(), malloc(), free() */ |
|---|
| 33 | | |
|---|
| 34 | | #include <vlc/vlc.h> |
|---|
| 35 | | |
|---|
| 36 | 36 | #include <vlc/aout.h> |
|---|
| 37 | 37 | #include <vlc_interaction.h> |
|---|