|
Revision 9816, 0.5 kB
(checked in by robert, 4 years ago)
|
|
From Tanguy Fautre (Aris Technologies), ffmpeg plugin
|
| Rev | Line | |
|---|
| [9816] | 1 | INCLUDE_DIRECTORIES( ${FFMPEG_INCLUDE_DIRS} ) |
|---|
| 2 | |
|---|
| 3 | SET(TARGET_SRC |
|---|
| 4 | FFmpegClocks.cpp |
|---|
| 5 | FFmpegDecoderAudio.cpp |
|---|
| 6 | FFmpegDecoder.cpp |
|---|
| 7 | FFmpegDecoderVideo.cpp |
|---|
| 8 | FFmpegImageStream.cpp |
|---|
| 9 | ReaderWriterFFmpeg.cpp |
|---|
| 10 | ) |
|---|
| 11 | |
|---|
| 12 | SET(TARGET_H |
|---|
| 13 | AudioSinkInterface.hpp |
|---|
| 14 | BoundedMessageQueue.hpp |
|---|
| 15 | FFmpegClocks.hpp |
|---|
| 16 | FFmpegDecoderAudio.hpp |
|---|
| 17 | FFmpegDecoder.hpp |
|---|
| 18 | FFmpegDecoderVideo.hpp |
|---|
| 19 | FFmpegHeaders.hpp |
|---|
| 20 | FFmpegPacket.hpp |
|---|
| 21 | MessageQueue.hpp |
|---|
| 22 | ) |
|---|
| 23 | |
|---|
| 24 | SET(TARGET_EXTERNAL_LIBRARIES ${FFMPEG_LIBRARIES} ) |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | #### end var setup ### |
|---|
| 28 | SETUP_PLUGIN(ffmpeg) |
|---|