From 2d405ad8011283e20c50d63eb47741cd5dbcc5c7 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sat, 21 Feb 2009 17:59:40 +0100 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3