librtmp.pri 348 B

123456789101112131415161718192021
  1. INCLUDEPATH += $$PWD
  2. HEADERS += \
  3. $$PWD/amf.h \
  4. $$PWD/bytes.h \
  5. $$PWD/dh.h \
  6. $$PWD/dhgroups.h \
  7. $$PWD/handshake.h \
  8. $$PWD/http.h \
  9. $$PWD/log.h \
  10. $$PWD/rtmp.h \
  11. $$PWD/rtmp_sys.h
  12. SOURCES += \
  13. $$PWD/amf.c \
  14. $$PWD/hashswf.c \
  15. $$PWD/log.c \
  16. $$PWD/parseurl.c \
  17. $$PWD/rtmp.c
  18. DEFINES += NO_CRYPTO