aboutsummaryrefslogtreecommitdiff
path: root/video/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2013-06-19 23:59:04 -0400
committerMatthew Hoops2013-06-19 23:59:04 -0400
commit36bc47df446f1580edf15a407228579291196b4a (patch)
tree90cecbe1dabd4fe369b78d4b3382ee35fae516bf /video/module.mk
parente5e467f5a1dffde7f4371a7c585351188677f746 (diff)
downloadscummvm-rg350-36bc47df446f1580edf15a407228579291196b4a.tar.gz
scummvm-rg350-36bc47df446f1580edf15a407228579291196b4a.tar.bz2
scummvm-rg350-36bc47df446f1580edf15a407228579291196b4a.zip
VIDEO: Add an MPEG 1/2 decoder
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 287e14ce18..a491947aaf 100644
--- a/video/module.mk
+++ b/video/module.mk
@@ -31,5 +31,10 @@ MODULE_OBJS += \
theora_decoder.o
endif
+ifdef USE_MPEG2
+MODULE_OBJS += \
+ codecs/mpeg.o
+endif
+
# Include common rules
include $(srcdir)/rules.mk