summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: