summaryrefslogtreecommitdiff
path: root/tex/context/base/grph-inc.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-09-24 18:30:51 +0300
committerMarius <mariausol@gmail.com>2010-09-24 18:30:51 +0300
commit24d4cf2733923f46684f87ff123f1203495a173c (patch)
tree96e73506d5c478c524a9250ccaa1bc4aea59851f /tex/context/base/grph-inc.lua
parenta49b33bed6bfefa523e1a79d6064e589cc877f3a (diff)
downloadcontext-24d4cf2733923f46684f87ff123f1203495a173c.tar.gz
beta 2010.09.24 11:40
Diffstat (limited to 'tex/context/base/grph-inc.lua')
-rw-r--r--tex/context/base/grph-inc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/grph-inc.lua b/tex/context/base/grph-inc.lua
index 08efa1a22..0a3346846 100644
--- a/tex/context/base/grph-inc.lua
+++ b/tex/context/base/grph-inc.lua
@@ -50,6 +50,7 @@ local allocate = utilities.storage.allocate
local ctxcatcodes = tex.ctxcatcodes
local variables = interfaces.variables
local codeinjections = backends.codeinjections
+local nodeinjections = backends.nodeinjections
local trace_figures = false trackers.register("figures.locating", function(v) trace_figures = v end)
local trace_bases = false trackers.register("figures.bases", function(v) trace_bases = v end)
@@ -153,7 +154,7 @@ figures.formats = allocate{
["svg"] = { list = { "svg", "svgz" } },
["eps"] = { list = { "eps", "ai" } },
["gif"] = { list = { "gif" } },
- ["mov"] = { list = { "mov", "avi" } },
+ ["mov"] = { list = { "mov", "flv" } }, -- "avi" is not supported
["buffer"] = { list = { "tmp", "buffer", "buf" } },
["tex"] = { list = { "tex" } },
}