Changeset e651381f1fd0d7d29b31e5e3625af7977886d045
- 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
| rb7a979c |
re651381 |
|
| 716 | 716 | } |
|---|
| 717 | 717 | |
|---|
| 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 ); |
|---|
| 719 | 720 | |
|---|
| 720 | 721 | #if X264_BUILD < 37 |
|---|