Changeset dee7ee44a489bae313a11dac4f1c67dfe8e0e51e
- Timestamp:
- 03/19/07 22:13:07
(1 year ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1174338787 +0000
- git-parent:
[4b4b52b407a6535d61b27607359b65b3435f1232]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1174338787 +0000
- Message:
Fix compilation on debian sid. Please check that we're using the appropriate version numbers in the #ifs.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0305799 |
rdee7ee4 |
|
| 849 | 849 | if( p_sys->i_track <= 0 ) i_return = VLC_EGENERIC; |
|---|
| 850 | 850 | |
|---|
| 851 | | #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) |
|---|
| | 851 | #if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) |
|---|
| 852 | 852 | /* Retrieve the starttime if possible */ |
|---|
| 853 | 853 | p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 ); |
|---|
| … | … | |
| 917 | 917 | #endif |
|---|
| 918 | 918 | |
|---|
| 919 | | #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) |
|---|
| | 919 | #if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) |
|---|
| 920 | 920 | /* Retrieve the starttime if possible */ |
|---|
| 921 | 921 | p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 ); |
|---|
| … | … | |
| 1132 | 1132 | } |
|---|
| 1133 | 1133 | #endif |
|---|
| 1134 | | #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) |
|---|
| | 1134 | #if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) |
|---|
| 1135 | 1135 | /* Retrieve the starttime if possible */ |
|---|
| 1136 | 1136 | p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 ); |
|---|
| … | … | |
| 1208 | 1208 | } |
|---|
| 1209 | 1209 | #endif |
|---|
| 1210 | | #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) |
|---|
| | 1210 | #if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) |
|---|
| 1211 | 1211 | /* Retrieve the starttime if possible */ |
|---|
| 1212 | 1212 | p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 ); |
|---|