From 7a1dcff6a6ef7f2ec6cbe51eabcd38fa868b6e38 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sat, 22 Dec 2007 18:28:40 +0000 Subject: Build console_video support by linking in, as opposed to including, console_video.c This will ease the task of splitting console_video.c into its components (V4L and X11 grabbers, various video codecs and packetizers, SDL), as well as ease future extensions (e.g. additional video sources, codecs and rendering engines). For the time being nothing changes for users: video support is off by default, and requires -DHAVE_VIDEO_CONSOLE on the command line to be included (if SDL and FFMPEG are available). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94615 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'channels/Makefile') diff --git a/channels/Makefile b/channels/Makefile index c02bbebf9..50df82c58 100644 --- a/channels/Makefile +++ b/channels/Makefile @@ -51,6 +51,8 @@ endif all: _all +chan_oss.so: console_video.o + include $(ASTTOPDIR)/Makefile.moddir_rules ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) -- cgit v1.2.3