summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-02-25 07:33:21 +0100
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-02-25 07:33:21 +0100
commit80e640c072b80590b3cc818e25a80589f515f4a4 (patch)
tree981767ce2874f0640a40d20d7d07b70749319af5 /Makefile
parent5ec77bd73a9de9611498893130e4e5b300b29c75 (diff)
downloadvdr-plugin-dxr3-80e640c072b80590b3cc818e25a80589f515f4a4.tar.gz
vdr-plugin-dxr3-80e640c072b80590b3cc818e25a80589f515f4a4.tar.bz2
factor our audio stuff from dxr3interface.h
With this commit ALSA support is only some commits away. This commit introduces cAudioOss, which has everything needed in it to handle a oss audio device. There are some problems, which will fixed soon. For instance, external mode is not supported at the moment.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d39760..c695108 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,8 @@ OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o \
dxr3syncbuffer.o dxr3audiodecoder.o dxr3blackframe.o dxr3audio.o \
dxr3pesframe.o dxr3demuxdevice.o dxr3configdata.o dxr3ffmpeg.o \
dxr3interface_spu_encoder.o dxr3interface.o dxr3device.o \
- dxr3output.o dxr3output-video.o dxr3output-audio.o dxr3osd.o dxr3spudecoder.o
+ dxr3output.o dxr3output-video.o dxr3output-audio.o dxr3osd.o dxr3spudecoder.o \
+ dxr3audio-oss.o
### Default target: