Re: [FFmpeg-devel] [PATCH] version.sh: add note that ffversion.h is auto-generated

2015-10-24 Thread Ganesh Ajjanagadde
On Thu, Oct 15, 2015 at 7:04 PM, Ganesh Ajjanagadde
 wrote:
> Signed-off-by: Ganesh Ajjanagadde 
> ---
>  version.sh | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/version.sh b/version.sh
> index f9754eb..a9d7e39 100755
> --- a/version.sh
> +++ b/version.sh
> @@ -54,6 +54,7 @@ GUARD=$(echo "$2" | sed 's/\//_/' | sed 's/\./_/' | tr 
> '[:lower:]' '[:upper:]' |
>  # Update version header only on revision changes to avoid spurious rebuilds
>  if test "$NEW_REVISION" != "$OLD_REVISION"; then
>  cat << EOF > "$2"
> +/* Automatically generated by version.sh, do not manually edit! */
>  #ifndef $GUARD
>  #define $GUARD
>  $NEW_REVISION
> --
> 2.6.1
>

ping
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] version.sh: add note that ffversion.h is auto-generated

2015-10-24 Thread Ronald S. Bultje
Hi,

On Sat, Oct 24, 2015 at 9:13 PM, Ganesh Ajjanagadde 
wrote:

> On Sat, Oct 24, 2015 at 9:05 AM, Ganesh Ajjanagadde
>  wrote:
> > On Thu, Oct 15, 2015 at 7:04 PM, Ganesh Ajjanagadde
> >  wrote:
> >> Signed-off-by: Ganesh Ajjanagadde 
> >> ---
> >>  version.sh | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/version.sh b/version.sh
> >> index f9754eb..a9d7e39 100755
> >> --- a/version.sh
> >> +++ b/version.sh
> >> @@ -54,6 +54,7 @@ GUARD=$(echo "$2" | sed 's/\//_/' | sed 's/\./_/' |
> tr '[:lower:]' '[:upper:]' |
> >>  # Update version header only on revision changes to avoid spurious
> rebuilds
> >>  if test "$NEW_REVISION" != "$OLD_REVISION"; then
> >>  cat << EOF > "$2"
> >> +/* Automatically generated by version.sh, do not manually edit! */
> >>  #ifndef $GUARD
> >>  #define $GUARD
> >>  $NEW_REVISION
> >> --
> >> 2.6.1
> >>
> >
> > ping
>
> Just noticed that officially, I am free to push this (see point 12
> under development policy): per the MAINTAINERS file, no one is
> maintaining this, the 3 days window has passed, and I think it is ok.


Patch is OK.

Ronald
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] version.sh: add note that ffversion.h is auto-generated

2015-10-24 Thread Ganesh Ajjanagadde
On Sat, Oct 24, 2015 at 9:05 AM, Ganesh Ajjanagadde
 wrote:
> On Thu, Oct 15, 2015 at 7:04 PM, Ganesh Ajjanagadde
>  wrote:
>> Signed-off-by: Ganesh Ajjanagadde 
>> ---
>>  version.sh | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/version.sh b/version.sh
>> index f9754eb..a9d7e39 100755
>> --- a/version.sh
>> +++ b/version.sh
>> @@ -54,6 +54,7 @@ GUARD=$(echo "$2" | sed 's/\//_/' | sed 's/\./_/' | tr 
>> '[:lower:]' '[:upper:]' |
>>  # Update version header only on revision changes to avoid spurious rebuilds
>>  if test "$NEW_REVISION" != "$OLD_REVISION"; then
>>  cat << EOF > "$2"
>> +/* Automatically generated by version.sh, do not manually edit! */
>>  #ifndef $GUARD
>>  #define $GUARD
>>  $NEW_REVISION
>> --
>> 2.6.1
>>
>
> ping

Just noticed that officially, I am free to push this (see point 12
under development policy): per the MAINTAINERS file, no one is
maintaining this, the 3 days window has passed, and I think it is ok.

Please correct me if I am wrong, else will push tomorrow morning. This
question also applies to (some of) the av_warn_unused_result header
changes in libavutil, which I plan to push in a few days time.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] version.sh: add note that ffversion.h is auto-generated

2015-10-15 Thread Ganesh Ajjanagadde
Signed-off-by: Ganesh Ajjanagadde 
---
 version.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/version.sh b/version.sh
index f9754eb..a9d7e39 100755
--- a/version.sh
+++ b/version.sh
@@ -54,6 +54,7 @@ GUARD=$(echo "$2" | sed 's/\//_/' | sed 's/\./_/' | tr 
'[:lower:]' '[:upper:]' |
 # Update version header only on revision changes to avoid spurious rebuilds
 if test "$NEW_REVISION" != "$OLD_REVISION"; then
 cat << EOF > "$2"
+/* Automatically generated by version.sh, do not manually edit! */
 #ifndef $GUARD
 #define $GUARD
 $NEW_REVISION
-- 
2.6.1

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel