[FFmpeg-cvslog] configure: fix writing library dependencies to config.sh
James Almer
git at videolan.org
Mon Nov 13 04:04:57 EET 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Nov 12 22:59:34 2017 -0300| [d9ff1e4c8bdf97cbb1ab4bd97102eefbe8ebf95a] | 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=d9ff1e4c8bdf97cbb1ab4bd97102eefbe8ebf95a
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index c6fb344929..46b4815f2e 100755
--- a/configure
+++ b/configure
@@ -7011,7 +7011,7 @@ EOF
for lib in $LIBRARY_LIST; do
lib_deps="$(eval echo \$${lib}_deps)"
- echo ${lib}_deps=\"$lib_deps\" >> ffbuild/config.sh
+ echo ${lib}_deps=\"$lib_deps\" >> $TMPH
done
cp_if_changed $TMPH ffbuild/config.sh
More information about the ffmpeg-cvslog
mailing list