[Ffmpeg-cvslog] r7868 - trunk/libavutil/avutil.h
Diego Biurrun
diego
Thu Feb 8 12:39:59 CET 2007
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...
Diego
More information about the ffmpeg-cvslog
mailing list