summaryrefslogtreecommitdiff
path: root/modules/quicktime/quicktime.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-11-22 21:09:26 +0100
committerAlfred E. Heggestad <aeh@db.org>2014-11-22 21:09:26 +0100
commit33db275dbe5846edc99cd6c0d6a1747cf7014766 (patch)
treecbe513c370d88fa5ce114defce6d13adfa8ab2c6 /modules/quicktime/quicktime.c
parent918fb79b58c07c64731baf574b3bec2d57e96a1f (diff)
improve FFmpeg/libav module detection
- remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
Diffstat (limited to 'modules/quicktime/quicktime.c')
-rw-r--r--modules/quicktime/quicktime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/quicktime/quicktime.c b/modules/quicktime/quicktime.c
index 85d47eb..5aa6bd9 100644
--- a/modules/quicktime/quicktime.c
+++ b/modules/quicktime/quicktime.c
@@ -11,6 +11,9 @@
#include <baresip.h>
+/* this module is deprecated, in favour of qtcapture or avcapture */
+
+
struct vidsrc_st {
struct vidsrc *vs; /* inheritance */
pthread_t thread;