El 09/10/15 a las 14:18, Ronald S. Bultje escribió:
avconfig.h is the installed counterpart. If you want something from
config.h available in applications, move it to avconfig.h. config.h will
never be installed.
Thanks. Find attached a patch for configure to have avconfig.h list the configuration and license.


diff --git a/configure b/configure
index b572d59..4196088 100755
--- 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
 
 print_config AV_HAVE_ $TMPH $HAVE_LIST_PUB
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to