aboutsummaryrefslogtreecommitdiff
path: root/video/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2012-08-12 08:58:00 -0400
committerMatthew Hoops2012-08-12 08:58:00 -0400
commit7831225b280d08779bc0d40e76bbbef1e183471a (patch)
tree17bf8613fdea61e95a61f1081c417fb0a1d4fbd7 /video/module.mk
parent5db42076b87766d29cbcdd153446992bc661aa73 (diff)
downloadscummvm-rg350-7831225b280d08779bc0d40e76bbbef1e183471a.tar.gz
scummvm-rg350-7831225b280d08779bc0d40e76bbbef1e183471a.tar.bz2
scummvm-rg350-7831225b280d08779bc0d40e76bbbef1e183471a.zip
VIDEO: Move TheoraDecoder to video/
Diffstat (limited to 'video/module.mk')
-rw-r--r--video/module.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/video/module.mk b/video/module.mk
index cebd403ca2..287e14ce18 100644
--- a/video/module.mk
+++ b/video/module.mk
@@ -26,5 +26,10 @@ MODULE_OBJS += \
bink_decoder.o
endif
+ifdef USE_THEORADEC
+MODULE_OBJS += \
+ theora_decoder.o
+endif
+
# Include common rules
include $(srcdir)/rules.mk