Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki@gmail.com>2013-10-04 16:29:06 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-10-09 00:28:39 +0400
commit1ab9f322ee53f2c094b3a4b4b1a78b9a3d96b369 (patch)
treedda40b9ad84905c1262d576014ac2ca56c50f116 /libavdevice
parent162e22e14421735997fe0982ab1164dadef645ea (diff)
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>
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/Makefile2
-rw-r--r--libavdevice/pulse_audio_dec.c (renamed from libavdevice/pulse.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 2fdc47b97d..ca2037a3a5 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -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
diff --git a/libavdevice/pulse.c b/libavdevice/pulse_audio_dec.c
index b27329a1bd..b27329a1bd 100644
--- a/libavdevice/pulse.c
+++ b/libavdevice/pulse_audio_dec.c