Changeset dee7ee44a489bae313a11dac4f1c67dfe8e0e51e

Show
Ignore:
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
  • modules/demux/live555.cpp

    r0305799 rdee7ee4  
    849849    if( p_sys->i_track <= 0 ) i_return = VLC_EGENERIC; 
    850850 
    851 #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) 
     851#if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) 
    852852    /* Retrieve the starttime if possible */ 
    853853    p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 ); 
     
    917917#endif 
    918918 
    919 #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) 
     919#if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) 
    920920    /* Retrieve the starttime if possible */ 
    921921    p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 ); 
     
    11321132                } 
    11331133#endif 
    1134 #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) 
     1134#if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) 
    11351135                /* Retrieve the starttime if possible */ 
    11361136                p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 ); 
     
    12081208            } 
    12091209#endif 
    1210 #if (LIVEMEDIA_LIBRARY_VERSION_INT >= 1171929600) 
     1210#if (LIVEMEDIA_LIBRARY_VERSION_INT > 1171929600) 
    12111211            /* Retrieve the starttime if possible */ 
    12121212            p_sys->i_npt_start = (int64_t)( p_sys->ms->playStartTime() * (double)1000000.0 );