diff options
Diffstat (limited to 'src/src.pro')
| -rw-r--r-- | src/src.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro index cc702b1a..1c9f88de 100644 --- a/src/src.pro +++ b/src/src.pro @@ -16,6 +16,10 @@ LIBS += $$QXMPP_INTERNAL_LIBS # DEFINES += QXMPP_USE_THEORA # LIBS += -ltheoradec -ltheoraenc +# To enable support for the Vpx video codec, uncomment the following: +# DEFINES += QXMPP_USE_VPX +# LIBS += -lvpx + # Target definition TARGET = $$QXMPP_LIBRARY_NAME VERSION = $$QXMPP_VERSION |
