summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-02-21 17:59:40 +0100
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-02-21 17:59:40 +0100
commit2d405ad8011283e20c50d63eb47741cd5dbcc5c7 (patch)
tree49c8559b39f48d8368d31784442ac4b2b6263dcf /Makefile
parentf686d1cc06b0f6251f882087820d685cff0c90be (diff)
downloadvdr-plugin-dxr3-2d405ad8011283e20c50d63eb47741cd5dbcc5c7.tar.gz
vdr-plugin-dxr3-2d405ad8011283e20c50d63eb47741cd5dbcc5c7.tar.bz2
first work to get alsa audio output
Introduce a iAudio class - will be later base class for oss and alas output -, which handles volume and channel handling.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b6ad3d..9d39760 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ DEFINES += -DUSE_XINE_SCALER
### The object files (add further files here):
OBJS = $(PLUGIN).o dxr3multichannelaudio.o dxr3sysclock.o dxr3colormanager.o \
- dxr3syncbuffer.o dxr3audiodecoder.o dxr3blackframe.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