[vlc-devel] commit: update_crypto.c : UPDATE_CHECK is defined (or not) in config.h ( Rafaël Carré )
git version control
git at videolan.org
Thu Aug 20 09:05:00 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Thu Aug 20 09:04:46 2009 +0200| [2de5a59ad0b05eb2554b228675d6719fc20fa658] | committer: Rafaël Carré
update_crypto.c : UPDATE_CHECK is defined (or not) in config.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2de5a59ad0b05eb2554b228675d6719fc20fa658
---
src/misc/update_crypto.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/misc/update_crypto.c b/src/misc/update_crypto.c
index e3d66ed..ac720d4 100644
--- a/src/misc/update_crypto.c
+++ b/src/misc/update_crypto.c
@@ -30,12 +30,12 @@
* Preamble
*****************************************************************************/
-#ifdef UPDATE_CHECK
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#ifdef UPDATE_CHECK
+
#include <gcrypt.h>
#include <assert.h>
More information about the vlc-devel
mailing list