parent
7f2509cbed
commit
c343052e6c
@ -1,12 +1,12 @@
|
||||
HEADERS += \
|
||||
$$PWD/decoder.h \
|
||||
$$PWD/frames.h \
|
||||
$$PWD/fpscounter.h \
|
||||
$$PWD/avframeconvert.h
|
||||
$$PWD/avframeconvert.h \
|
||||
$$PWD/videobuffer.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/decoder.cpp \
|
||||
$$PWD/frames.cpp \
|
||||
$$PWD/fpscounter.cpp \
|
||||
$$PWD/avframeconvert.cpp
|
||||
$$PWD/avframeconvert.cpp \
|
||||
$$PWD/videobuffer.cpp
|
||||
|
||||
|
||||
Loading…
Reference in new issue