Changeset e651381f1fd0d7d29b31e5e3625af7977886d045

Show
Ignore:
Timestamp:
14/02/08 01:27:15 (8 months ago)
Author:
Dennis van Amerongen <trax@videolan.org>
git-committer:
Dennis van Amerongen <trax@videolan.org> 1202948835 +0000
git-parent:

[c6fc51f0a6f98e6675a65fab267dfdf0f1e76065]

git-author:
Dennis van Amerongen <trax@videolan.org> 1202948835 +0000
Message:

* modules/codec/x264.c: more user friendly version reporting of x264 (so no more confusion x264 core:58 would mean the system has 58 cores..)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/x264.c

    rb7a979c re651381  
    716716    } 
    717717 
    718     msg_Dbg ( p_enc, "x264 core:%d", X264_BUILD ); 
     718    /* X264_POINTVER or X264_VERSION are not available */ 
     719    msg_Dbg ( p_enc, "version x264 0.%d.X", X264_BUILD ); 
    719720 
    720721#if X264_BUILD < 37