producer_avformat.c: bugfix building on some older versions.
[melted] / Makefile
index afc885e..afbaecb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install:
                $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \
        done; \
        if test -z "$(DESTDIR)"; then \
-         /sbin/ldconfig || true; \
+         /sbin/ldconfig 2> /dev/null || true; \
        fi
 
 uninstall: