L'octidi 18 vendémiaire, an CCXXIV, Gonzalo a écrit :
> This was sent in another mail, but may be lost since it did not specify a
> PATCH.
> 
> The patch is to get the license and compile flags from any application, I
> add them to the distribution of avconfig.h.

> diff --git a/configure b/configure
> index b572d59..4196088 100755

You should use git send-email or git format-patch, it includes author
information and commit message.

> --- a/configure
> +++ b/configure
> @@ -6224,6 +6224,8 @@ cat > $TMPH <<EOF
>  /* Generated by ffconf */
>  #ifndef AVUTIL_AVCONFIG_H
>  #define AVUTIL_AVCONFIG_H

> +#define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
> +#define FFMPEG_LICENSE "$(c_escape $license)"
>  EOF

This information is already available through avcodec_configuration() and
avcodec_license(). Do you really need a static version? With a shared
library, it may not match.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

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

Reply via email to