[FFmpeg-devel] make install issue with shared libraries
Cyrille Faucheux
cyrille.faucheux at gmail.com
Wed Feb 13 10:19:46 CET 2013
I've encountered an bug when "make install"ing shared libraries.
The scope of a cd command is too wide, causing a "can't cd to ..." error.
A fix restricting the scope of the faulty cd command can be found in the
pull request bellow.
Cyrille
----------------------------------------------------------------
The following changes since commit 2acd5fb5532587507ab197788338ae55bf9128aa:
doc/demuxers: quote command line arguments with @code (2013-02-13
04:13:55 +0100)
are available in the git repository at:
git at github.com:Sigill/ffmpeg.git make_install_fix
for you to fetch changes up to 31432c34c02866f0fcf450f2a902fc6ea8d04b0b:
build: fixes a "can't cd to..." issue when installing shared libraries.
(2013-02-13 09:54:31 +0100)
----------------------------------------------------------------
Cyrille Faucheux (1):
build: fixes a "can't cd to..." issue when installing shared
libraries.
library.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the ffmpeg-devel
mailing list