aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-22 18:28:40 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-22 18:28:40 +0000
commit86307f549ad456117b63e4b7d35c2fe6751c32db (patch)
treec31dce4a21f66b05c0900c01dc78670a672d1b8d /channels/Makefile
parentf5d88738f1cabc59a20285063be3d0d6e998c9bd (diff)
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: http://svn.digium.com/svn/asterisk/trunk@94615 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile2
1 files changed, 2 insertions, 0 deletions
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 ),)