From b993135bf4a7a4de303f67defd26a78eee9d6a6e Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 15 Apr 2011 15:45:02 +0000 Subject: document how to enable theora support --- src/src.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/src.pro') 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 -- cgit v1.2.3