From 1ab9f322ee53f2c094b3a4b4b1a78b9a3d96b369 Mon Sep 17 00:00:00 2001 From: Lukasz Marek Date: Fri, 4 Oct 2013 14:29:06 +0200 Subject: [PATCH] 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 Signed-off-by: Michael Niedermayer --- libavdevice/Makefile | 2 +- libavdevice/{pulse.c => pulse_audio_dec.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libavdevice/{pulse.c => pulse_audio_dec.c} (100%) 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 similarity index 100% rename from libavdevice/pulse.c rename to libavdevice/pulse_audio_dec.c