Module: libav
Branch: master
Commit: 291e49d4e7db4b982621d7a25e258f898cfc3217

Author:    Anton Khirnov <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Wed Feb 26 13:44:53 2014 +0100

af_compand: add a dependency on strtok_r

---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 2f2a0f7..a7c0043 100755
--- a/configure
+++ b/configure
@@ -2016,6 +2016,7 @@ unix_protocol_select="network"
 # filters
 blackframe_filter_deps="gpl"
 boxblur_filter_deps="gpl"
+compand_filter_deps="strtok_r"
 cropdetect_filter_deps="gpl"
 delogo_filter_deps="gpl"
 drawtext_filter_deps="libfreetype"

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to