[FFmpeg-devel] [PATCH 3/4] lavd/pulse: rename pulse.c into pulse_audio_dec.c

Lukasz Marek lukasz.m.luki at gmail.com
Fri Oct 4 14:29:06 CEST 2013


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

Signed-off-by: Lukasz Marek <lukasz.m.luki at gmail.com>
---
 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 2fdc47b..ca2037a 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
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list