Changeset e189922f78a0ba1167b672dc06315bae3b1dea81
- Timestamp:
- 23/01/08 23:28:40
(10 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1201127320 +0000
- git-parent:
[99fab9089e9e1709d9c3a4bc5ced0c137ac59134]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1201127320 +0000
- Message:
Missing from [24525]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r462d2be |
re189922 |
|
| 26 | 26 | #define HAVE_REAL_H |
|---|
| 27 | 27 | |
|---|
| | 28 | #ifdef HAVE_CONFIG_H |
|---|
| | 29 | # include "config.h" |
|---|
| | 30 | #endif |
|---|
| | 31 | |
|---|
| | 32 | |
|---|
| 28 | 33 | #include <stdlib.h> |
|---|
| 29 | 34 | #include <string.h> |
|---|
| r73830e3 |
re189922 |
|
| 25 | 25 | * Preamble |
|---|
| 26 | 26 | *****************************************************************************/ |
|---|
| | 27 | |
|---|
| | 28 | #ifdef HAVE_CONFIG_H |
|---|
| | 29 | # include "config.h" |
|---|
| | 30 | #endif |
|---|
| | 31 | |
|---|
| 27 | 32 | #include <vlc/vlc.h> |
|---|
| 28 | 33 | #include <vlc_vout.h> |
|---|