diff mbox series

[FFmpeg-devel] configure: bump year

Message ID 20200101064544.243-1-ffmpeg@gyani.pro
State Accepted
Headers show
Series [FFmpeg-devel] configure: bump year | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Gyan Doshi Jan. 1, 2020, 6:45 a.m. UTC
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

mypopy@gmail.com Jan. 1, 2020, 7:25 a.m. UTC | #1
On Wed, Jan 1, 2020 at 2:46 PM Gyan Doshi <ffmpeg@gyani.pro> wrote:
>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 43dc409fe6..965b4c71b8 100755
> --- a/configure
> +++ b/configure
> @@ -7456,7 +7456,7 @@ cat > $TMPH <<EOF
>  #define FFMPEG_CONFIG_H
>  #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
>  #define FFMPEG_LICENSE "$(c_escape $license)"
> -#define CONFIG_THIS_YEAR 2019
> +#define CONFIG_THIS_YEAR 2020
>  #define FFMPEG_DATADIR "$(eval c_escape $datadir)"
>  #define AVCONV_DATADIR "$(eval c_escape $datadir)"
>  #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"
> --
> 2.24.1
>
Ha, new year, LGTM
Michael Niedermayer Jan. 1, 2020, 3:30 p.m. UTC | #2
On Wed, Jan 01, 2020 at 03:25:17PM +0800, mypopy@gmail.com wrote:
> On Wed, Jan 1, 2020 at 2:46 PM Gyan Doshi <ffmpeg@gyani.pro> wrote:
> >
> > ---
> >  configure | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/configure b/configure
> > index 43dc409fe6..965b4c71b8 100755
> > --- a/configure
> > +++ b/configure
> > @@ -7456,7 +7456,7 @@ cat > $TMPH <<EOF
> >  #define FFMPEG_CONFIG_H
> >  #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
> >  #define FFMPEG_LICENSE "$(c_escape $license)"
> > -#define CONFIG_THIS_YEAR 2019
> > +#define CONFIG_THIS_YEAR 2020
> >  #define FFMPEG_DATADIR "$(eval c_escape $datadir)"
> >  #define AVCONV_DATADIR "$(eval c_escape $datadir)"
> >  #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"
> > --
> > 2.24.1
> >
> Ha, new year, LGTM

will apply

thx

[...]
Gyan Doshi Jan. 1, 2020, 3:33 p.m. UTC | #3
On 01-01-2020 09:00 pm, Michael Niedermayer wrote:
> On Wed, Jan 01, 2020 at 03:25:17PM +0800, mypopy@gmail.com wrote:
>> On Wed, Jan 1, 2020 at 2:46 PM Gyan Doshi <ffmpeg@gyani.pro> wrote:
>>> ---
>>>   configure | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/configure b/configure
>>> index 43dc409fe6..965b4c71b8 100755
>>> --- a/configure
>>> +++ b/configure
>>> @@ -7456,7 +7456,7 @@ cat > $TMPH <<EOF
>>>   #define FFMPEG_CONFIG_H
>>>   #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
>>>   #define FFMPEG_LICENSE "$(c_escape $license)"
>>> -#define CONFIG_THIS_YEAR 2019
>>> +#define CONFIG_THIS_YEAR 2020
>>>   #define FFMPEG_DATADIR "$(eval c_escape $datadir)"
>>>   #define AVCONV_DATADIR "$(eval c_escape $datadir)"
>>>   #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"
>>> --
>>> 2.24.1
>>>
>> Ha, new year, LGTM
> will apply

Already pushed.

Thanks,
Gyan
diff mbox series

Patch

diff --git a/configure b/configure
index 43dc409fe6..965b4c71b8 100755
--- a/configure
+++ b/configure
@@ -7456,7 +7456,7 @@  cat > $TMPH <<EOF
 #define FFMPEG_CONFIG_H
 #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
 #define FFMPEG_LICENSE "$(c_escape $license)"
-#define CONFIG_THIS_YEAR 2019
+#define CONFIG_THIS_YEAR 2020
 #define FFMPEG_DATADIR "$(eval c_escape $datadir)"
 #define AVCONV_DATADIR "$(eval c_escape $datadir)"
 #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"