diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 12:00:08 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 12:00:08 +0100 |
| commit | 2b5f93ba52d70ce7554f97df1c500950d8afff46 (patch) | |
| tree | 09409989f6c65c8b18c26da7a04e504d2f8622ae | |
| parent | 52432290b3b7a85affc54730ed41df56cc62ee26 (diff) | |
| download | qxmpp-2b5f93ba52d70ce7554f97df1c500950d8afff46.tar.gz | |
restore alphabetical order for QXMPP_* options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | qxmpp.pri | 10 |
2 files changed, 6 insertions, 6 deletions
@@ -41,8 +41,8 @@ You can pass the following arguments to qmake: QXMPP_AUTOTEST_INTERNAL=1 to enabled internal autotests QXMPP_LIBRARY_TYPE=staticlib to build a static version of QXmpp QXMPP_USE_DOXYGEN=1 to build the HTML documentation - QXMPP_USE_SPEEX=1 to enable speex audio codec QXMPP_USE_OPUS=1 to enable opus audio codec + QXMPP_USE_SPEEX=1 to enable speex audio codec QXMPP_USE_THEORA=1 to enable theora video codec QXMPP_USE_VPX=1 to enable vpx video codec @@ -33,16 +33,16 @@ android { QXMPP_INTERNAL_LIBS = -ldnsapi -lws2_32 } -!isEmpty(QXMPP_USE_SPEEX) { - DEFINES += QXMPP_USE_SPEEX - QXMPP_INTERNAL_LIBS += -lspeex -} - !isEmpty(QXMPP_USE_OPUS) { DEFINES += QXMPP_USE_OPUS QXMPP_INTERNAL_LIBS += -lopus } +!isEmpty(QXMPP_USE_SPEEX) { + DEFINES += QXMPP_USE_SPEEX + QXMPP_INTERNAL_LIBS += -lspeex +} + !isEmpty(QXMPP_USE_THEORA) { DEFINES += QXMPP_USE_THEORA QXMPP_INTERNAL_LIBS += -ltheoradec -ltheoraenc |
