This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Quote path expression to take care of $(prefix) possibly containing spaces.
Originally committed as revision 3821 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
21 years ago
parent
6041c21749
commit
f14d4e7e21
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/Makefile
+1
-1
libavformat/Makefile
+ 1
- 1
libavcodec/Makefile
View File
@@ -306,7 +306,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"
+ 1
- 1
libavformat/Makefile
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save