[FFmpeg-cvslog] af_compand: add a dependency on strtok_r
Anton Khirnov
git at videolan.org
Thu Feb 27 10:48:10 CET 2014
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Feb 26 13:44:53 2014 +0100| [291e49d4e7db4b982621d7a25e258f898cfc3217] | committer: Anton Khirnov
af_compand: add a dependency on strtok_r
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=291e49d4e7db4b982621d7a25e258f898cfc3217
---
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"
More information about the ffmpeg-cvslog
mailing list