aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-04-15 15:45:02 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-04-15 15:45:02 +0000
commitb993135bf4a7a4de303f67defd26a78eee9d6a6e (patch)
tree56763f30adb55825f5c9fc0f09f973e34b4e18c7 /src/src.pro
parent5f4d0ab29fda592f34306a1c4ffdf3d39771010c (diff)
downloadqxmpp-b993135bf4a7a4de303f67defd26a78eee9d6a6e.tar.gz
document how to enable theora support
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 546dd383..4757d185 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -8,10 +8,14 @@ CONFIG += staticlib
INCLUDEPATH += $$QXMPP_INCLUDE_DIR $$QXMPP_INTERNAL_INCLUDES
LIBS += $$QXMPP_INTERNAL_LIBS
-# To enable support for the Speex codec, uncomment the following:
+# To enable support for the Speex audio codec, uncomment the following:
# DEFINES += QXMPP_USE_SPEEX
# LIBS += -lspeex
+# To enable support for the Theora video codec, uncomment the following:
+# DEFINES += QXMPP_USE_THEORA
+# LIBS += -ltheoradec -ltheoraenc
+
# Target definition
TARGET = $$QXMPP_LIBRARY_NAME
VERSION = $$QXMPP_VERSION