diff options
-rw-r--r-- | libavcodec/Makefile | 2 | ||||
-rw-r--r-- | libavformat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 17427f32e8..c2169befe0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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" diff --git a/libavformat/Makefile b/libavformat/Makefile index 8147c95bee..db7562eb5f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -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" |