[FFmpeg-cvslog] configure: fix writing library dependencies to config.sh

James Almer git at videolan.org
Thu Nov 16 18:14:34 EET 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Nov 12 22:56:45 2017 -0300| [b72ac6dbb815a40c111ab9ec3b55879c8068da7c] | committer: James Almer

configure: fix writing library dependencies to config.sh

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b72ac6dbb815a40c111ab9ec3b55879c8068da7c
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1f220c8bef..e608d26608 100755
--- a/configure
+++ b/configure
@@ -5405,7 +5405,7 @@ EOF
 
 for lib in $LIBRARY_LIST; do
     lib_deps="$(eval echo \$${lib}_deps)"
-    echo ${lib}_deps=\"$lib_deps\" >> avbuild/config.sh
+    echo ${lib}_deps=\"$lib_deps\" >> $TMPH
 done
 
 cp_if_changed $TMPH avbuild/config.sh



More information about the ffmpeg-cvslog mailing list