Browse Source

lavd/pulse: rename pulse.c into pulse_audio_dec.c

This make name of the file more specific
as there is also encoder implementation.

Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Lukasz Marek Michael Niedermayer 11 years ago
parent
commit
1ab9f322ee
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavdevice/Makefile
  2. +0
    -0
      libavdevice/pulse_audio_dec.c

+ 1
- 1
libavdevice/Makefile View File

@@ -30,7 +30,7 @@ OBJS-$(CONFIG_LAVFI_INDEV) += lavfi.o
OBJS-$(CONFIG_OPENAL_INDEV) += openal-dec.o
OBJS-$(CONFIG_OSS_INDEV) += oss_audio.o
OBJS-$(CONFIG_OSS_OUTDEV) += oss_audio.o
OBJS-$(CONFIG_PULSE_INDEV) += pulse.o
OBJS-$(CONFIG_PULSE_INDEV) += pulse_audio_dec.o
OBJS-$(CONFIG_PULSE_OUTDEV) += pulse_audio_enc.o
OBJS-$(CONFIG_SDL_OUTDEV) += sdl.o
OBJS-$(CONFIG_SNDIO_INDEV) += sndio_common.o sndio_dec.o


libavdevice/pulse.c → libavdevice/pulse_audio_dec.c View File


Loading…
Cancel
Save