git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
[ffmpeg.git]
/
common.mak
diff --git
a/common.mak
b/common.mak
index
43bcc57
..
191598a
100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-92,7
+92,7
@@
uninstall-libs:
"$(shlibdir)/$(SLIBNAME_WITH_VERSION)"
-rm -f "$(libdir)/$(LIB)"
-uninstall-headers:
+uninstall-headers:
:
rm -f $(addprefix "$(incdir)/",$(HEADERS))
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"