AvPlayer.pri 340 B

1234567891011121314
  1. HEADERS += \
  2. $$PWD/AudioPlayer.h \
  3. $$PWD/RingBuffer.h \
  4. $$PWD/VideoPlayer.h \
  5. $$PWD/ffmpegvideopuller.h \
  6. $$PWD/playerdemowindow.h \
  7. $$PWD/sonic/sonic.h
  8. SOURCES += \
  9. $$PWD/AudioPlayer.cpp \
  10. $$PWD/VideoPlayer.cpp \
  11. $$PWD/ffmpegvideopuller.cpp \
  12. $$PWD/playerdemowindow.cpp \
  13. $$PWD/sonic/sonic.cpp