You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
Quote path expression to take care of $(prefix) possibly containing spaces.
Originally committed as revision 3821 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -125,7 +125,7 @@ install:
|
||||
endif
|
||||
|
||||
installlib: all install-headers
|
||||
install -m 644 $(LIB) $(prefix)/lib
|
||||
install -m 644 $(LIB) "$(prefix)/lib"
|
||||
|
||||
install-headers:
|
||||
mkdir -p "$(prefix)/include/ffmpeg"
|
||||
|
||||
Reference in New Issue
Block a user