aboutsummaryrefslogtreecommitdiff
path: root/video/module.mk
diff options
context:
space:
mode:
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