summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwillson-chen <53104026+willson-chen@users.noreply.github.com>2019-07-23 14:28:06 +0800
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-07-23 16:28:06 +1000
commit1ab2706e52ccf36ce72b2599a91e8dbb22bc965d (patch)
treeedff4f15810df8f3421308a4d4ff175db5c467bf /include
parent67acb227d69ec00724e7b4dcf4ff8530a0fc96e3 (diff)
downloadogg-git-1ab2706e52ccf36ce72b2599a91e8dbb22bc965d.tar.gz
Update the comment in config_types.h.in (#53)
@var@ is replaced by configure when autoconf or cmake when use cmake
Diffstat (limited to 'include')
-rw-r--r--include/ogg/config_types.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ogg/config_types.h.in b/include/ogg/config_types.h.in
index 92b4d57..898c3f1 100644
--- a/include/ogg/config_types.h.in
+++ b/include/ogg/config_types.h.in
@@ -1,7 +1,7 @@
#ifndef __CONFIG_TYPES_H__
#define __CONFIG_TYPES_H__
-/* these are filled in by configure */
+/* these are filled in by configure or cmake*/
#define INCLUDE_INTTYPES_H @INCLUDE_INTTYPES_H@
#define INCLUDE_STDINT_H @INCLUDE_STDINT_H@
#define INCLUDE_SYS_TYPES_H @INCLUDE_SYS_TYPES_H@