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
commit
2fdd5a68d3
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save