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
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
06694949b4
commit
fa62bdb868
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Makefile
+1
-1
common.mak
+2
-0
libpostproc/Makefile
+ 0
- 1
Makefile
View File
@@ -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
+ 1
- 1
common.mak
View File
@@ -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"
+ 2
- 0
libpostproc/Makefile
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save