summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-16 02:02:44 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-16 17:00:57 +0200
commit86ca51acb089e74d9b86dfbb25dce2c6b3568047 (patch)
treec5b17157a35688064eec8dc46dccffb8440bb32c /configure
parenta7196795613f2cd416cf2c51c767a1125e27b057 (diff)
af_format: prefer strtok_r() over strsep()
strsep() is not POSIX compliant, and thus not supported on some platform. Fix compilation on Solaris.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 700c959ef8..26f6d21463 100755
--- a/configure
+++ b/configure
@@ -1501,6 +1501,7 @@ tcp_protocol_deps="network"
udp_protocol_deps="network"
# filters
+aformat_filter_deps="strtok_r"
blackframe_filter_deps="gpl"
boxblur_filter_deps="gpl"
cropdetect_filter_deps="gpl"