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
add quotes around $(libdir)
Originally committed as revision 5016 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
19 years ago
parent
8b2121e3de
commit
2fdd5a68d3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -138,7 +138,7 @@ install-vhook:
$(MAKE) -C vhook install
install-libs:
install -d $(libdir)
install -d
"
$(libdir)
"
$(MAKE) -C libavutil install-libs
$(MAKE) -C libavcodec install-libs
$(MAKE) -C libavformat install-libs
Write
Preview
Loading…
Cancel
Save