summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-20 11:58:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-20 11:58:56 +0000
commitf23030c5e208a499a622b514c84ff912b77a86b7 (patch)
tree29abf986eeedfbf90da1781582b97c0fa70b46fd
parent7409ccce5c6205532ef7ff735d2e0b7dcefc35e5 (diff)
downloadgstreamer-plugins-bad-f23030c5e208a499a622b514c84ff912b77a86b7.tar.gz
uninstall fix
Original commit message from CVS: uninstall fix
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am
index 43774714b..079fa13da 100644
--- a/gst-libs/ext/ffmpeg/Makefile.am
+++ b/gst-libs/ext/ffmpeg/Makefile.am
@@ -77,7 +77,12 @@ checkout:
install:
cd ffmpeg && make
+# we don't install stuff so no need to uninstall
+uninstall:
+ @true
+
# override recursive targets
+# FIXME: maybe this can be prettier, so it doesn't generate warnings
dvi-recursive:
true
check-recursive: