aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports.mk b/ports.mk
index f9012eb0bd..c56031ef11 100644
--- a/ports.mk
+++ b/ports.mk
@@ -102,6 +102,10 @@ ifdef USE_PNG
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libpng.a
endif
+ifdef USE_THEORADEC
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libtheoradec.a
+endif
+
ifdef USE_ZLIB
OSX_ZLIB ?= -lz
endif