Commit 0def4965 authored by Rafaël Carré's avatar Rafaël Carré

Do not build update_crypto.c content if update-check is disabled

parent 3e446e58
......@@ -30,6 +30,8 @@
* Preamble
*****************************************************************************/
#ifdef UPDATE_CHECK
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
......@@ -1028,3 +1030,5 @@ int download_signature( vlc_object_t *p_this, signature_packet_t *p_sig,
return VLC_SUCCESS;
}
#endif /* UPDATE_CHECK */
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