[Ffmpeg-cvslog] r7868 - trunk/libavutil/avutil.h

Baptiste Coudurier baptiste.coudurier
Thu Feb 8 14:08:56 CET 2007


Hi

Diego Biurrun wrote:
> On Wed, Feb 07, 2007 at 11:50:10AM +0100, Baptiste Coudurier wrote:
>> diego wrote:
>>> Log:
>>> 1000l: Revert accidentally committed change.
>>>
>>> --- trunk/libavutil/avutil.h	(original)
>>> +++ trunk/libavutil/avutil.h	Wed Feb  7 11:54:10 2007
>>> @@ -26,11 +26,16 @@
>>>  
>>> +
>>> +#ifdef __cplusplus
>>> +extern "C" {
>>> +#endif
>>> +
>>>  #define AV_STRINGIFY(s)         AV_TOSTRING(s)
>>>  #define AV_TOSTRING(s) #s
>>>  
>>> -#define LIBAVUTIL_VERSION_INT   ((50<<16)+(0<<8)+0)
>>> -#define LIBAVUTIL_VERSION       50.0.0
>>> +#define LIBAVUTIL_VERSION_INT   ((49<<16)+(3<<8)+0)
>>> +#define LIBAVUTIL_VERSION       49.3.0
>>>  #define LIBAVUTIL_BUILD         LIBAVUTIL_VERSION_INT
>> Should we do that ? Isnt it harmful ?
> 
> Do what?  Harmful to whom?  Please elaborate...
> 

Revert an accidental version bump, I have no real opinion on this, last
time I accidentaly messed up versioning (did not reset minor version,
while increasing major), it was agreed that we wouldn't reset it. Now
major bump is of course a more important issue.

I don't know how much people svn update/co a day though.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-cvslog mailing list