Commit 1e7ffa50 authored by Diego Biurrun's avatar Diego Biurrun

Use '-' instead of '|| true' to ignore errors.

Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5b663851
......@@ -145,7 +145,7 @@ ifeq ($(CONFIG_PP),yes)
$(MAKE) -C libavcodec/libpostproc install-libs
endif
ifeq ($(BUILD_SHARED),yes)
$(LDCONFIG) || true
-$(LDCONFIG)
endif
install-headers:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment