On 05/14/2013 09:37 AM, Anton Khirnov wrote:
---
libavutil/avutil.h | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 28fd389..bcb20f1 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -41,6 +41,38 @@
+ * In other words, any correct program that works with a given Libav snapshot
should
+ * work just as well without any changes with any later snapshot with the same
+ * major versions. This applies to both rebuilding the program against new
Libav
new Libav versions
+ * or just replacing the Libav libraries with dynamic linking.
"replace with dynamic linking" is misleading, since libraries cannot be
replaced by a library loading mechanism.
or to replacing the dynamic Libav libraries that a program links against.
Otherwise LGTM.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel