diff options
Diffstat (limited to 'gst-libs/ext')
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 43774714..079fa13d 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: |