mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
06694949b4
commit
fa62bdb868
1
Makefile
1
Makefile
@ -183,7 +183,6 @@ uninstall-headers:
|
||||
$(MAKE) -C libavformat uninstall-headers
|
||||
$(MAKE) -C libpostproc uninstall-headers
|
||||
-rmdir "$(incdir)"
|
||||
-rmdir "$(prefix)/include/postproc"
|
||||
|
||||
depend dep: .depend
|
||||
$(MAKE) -C libavutil depend
|
||||
|
@ -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"
|
||||
|
||||
|
@ -22,3 +22,5 @@ depend dep: postprocess.c
|
||||
postprocess_pic.o: postprocess.c
|
||||
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
|
||||
|
||||
uninstall-headers::
|
||||
-rmdir "$(prefix)/include/postproc"
|
||||
|
Loading…
Reference in New Issue
Block a user