diff --git a/configure b/configure index 1958fa6..be46ec0 100755 --- a/configure +++ b/configure @@ -163,6 +163,7 @@ Individual component options: --enable-filter=NAME enable filter NAME --disable-filter=NAME disable filter NAME --disable-filters disable all filters + --enable-av_pid_number_passthru enable pid number passthru External library support: --enable-avisynth enable reading of AVISynth script files [no] @@ -1110,6 +1111,7 @@ CONFIG_LIST=" xmm_clobber_test x11grab zlib + av_pid_number_passthru " THREADS_LIST=' @@ -3710,6 +3712,7 @@ echo "openal enabled ${openal-no}" echo "openssl enabled ${openssl-no}" echo "zlib enabled ${zlib-no}" echo "bzlib enabled ${bzlib-no}" +echo "av_pid_number_passthru enabled ${av_pid_number_passthru-no}" test -n "$random_seed" && echo "random seed ${random_seed}" echo