Changeset 218990780ed565d4f2ccf5a424e3abce11a84db0
- Timestamp:
- 11/22/06 20:50:58
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1164225058 +0000
- git-parent:
[cd8a7d210eb8c1073bf6cd6a91df990cceed1013]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1164225058 +0000
- Message:
int16_t needs <inttypes.h>. Should fix FreeBSD unhapiness with addPCM().
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2cb472d |
r2189907 |
|
| 33 | 33 | #include <stdlib.h> |
|---|
| 34 | 34 | #include <stdio.h> |
|---|
| | 35 | #include <inttypes.h> |
|---|
| 35 | 36 | |
|---|
| 36 | 37 | double **PCMd; //data structure to store PCM data PCM[channels][maxsamples] |
|---|