Skip to content
Snippets Groups Projects
Commit 1e7ffa50 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5b663851
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment