Changeset 5
- Timestamp:
- 06/22/07 15:35:12
(1 year ago)
- Author:
- sip
- Message:
extern "C" on header files for gsm and ffmpeg
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2 |
r5 |
|
| 2 | 2 | mkdir -p bin |
|---|
| 3 | 3 | make -C media |
|---|
| 4 | | make -C signaling |
|---|
| r2 |
r5 |
|
| | 1 | extern "C" { |
|---|
| 1 | 2 | #include "gsm.h" |
|---|
| | 3 | } |
|---|
| 2 | 4 | #include "codecs.h" |
|---|
| 3 | 5 | |
|---|
| r2 |
r5 |
|
| 1 | 1 | #ifndef _H263CODEC_H_ |
|---|
| 2 | 2 | #define _H263CODEC_H_ |
|---|
| | 3 | extern "C" { |
|---|
| 3 | 4 | #include <ffmpeg/avcodec.h> |
|---|
| | 5 | } |
|---|
| 4 | 6 | #include "codecs.h" |
|---|
| 5 | 7 | #include <list> |
|---|
| r2 |
r5 |
|
| 1 | 1 | #ifndef _MPEG4CODEC_H_ |
|---|
| 2 | 2 | #define _MPEG4CODEC_H_ |
|---|
| | 3 | extern "C" { |
|---|
| 3 | 4 | #include <ffmpeg/avcodec.h> |
|---|
| | 5 | } |
|---|
| 4 | 6 | #include <codecs.h> |
|---|
| 5 | 7 | #include <list> |
|---|
| r1 |
r5 |
|
| 213 | 213 | xmlrpc_env_clean(&env); |
|---|
| 214 | 214 | |
|---|
| 215 | | Log("<CreateParticipant\n"); |
|---|
| | 215 | Log("<DeleteParticipant\n"); |
|---|
| 216 | 216 | |
|---|
| 217 | 217 | //Salimos |
|---|
Download in other formats:
|
|