Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2003-04-29 23:19:04 +0400
committerStefan Gartner <stefang@aon.at>2003-04-29 23:19:04 +0400
commit34717072f7752e06af3fd648a74637473f7a3123 (patch)
tree2182b16c0560a276de3dbdf5aacd51532da9622f /source/blender/quicktime/quicktime_export.h
parentf740a2a67cafb65114d20844411797a93966a52e (diff)
enable quicktime support on os x when building with auto*
Diffstat (limited to 'source/blender/quicktime/quicktime_export.h')
-rw-r--r--source/blender/quicktime/quicktime_export.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/quicktime/quicktime_export.h b/source/blender/quicktime/quicktime_export.h
index 0ef3a2341a6..fd2bfbfd577 100644
--- a/source/blender/quicktime/quicktime_export.h
+++ b/source/blender/quicktime/quicktime_export.h
@@ -45,9 +45,7 @@ void free_qtcodecdataExt(void); //usiblender.c
void makeqtstring (char *string); //for playanim.c
-int G_have_quicktime; //unused, is located in blenlib/BKE_global.h
-
-int have_qtcodec;
+extern int have_qtcodec;
#endif //(_WIN32) || (__APPLE__)