From 3e8d57944439a50f12c3e3eef10a416ced22aa7f Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 4 Apr 2012 05:05:50 +0000 Subject: Fixed #1478: AVI player virtual device. Initial spec: - Currently only Works with raw video and audio AVI files - Added --play-avi and --auto-play-avi options in pjsua - No A/V synchronization yet git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4016 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pjsip') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index 18085201..98942e3a 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -35,6 +35,9 @@ /* Include all PJMEDIA-CODEC headers. */ #include +/* Videodev too */ +#include + /* Include all PJSIP-UA headers */ #include -- cgit v1.2.3