On Tue, Mar 31, 2015 at 03:16:50PM +0200, Vittorio Giovara wrote: > On Tue, Mar 31, 2015 at 11:15 AM, Diego Biurrun <[email protected]> wrote: > > --- > > > > Squashed it all together and dropped further silly name suffixes. > > > > libavdevice/Makefile | 18 ++++++++---------- > > libavdevice/{alsa-audio-common.c => alsa.c} | 2 +- > > libavdevice/{alsa-audio.h => alsa.h} | 0 > > libavdevice/{alsa-audio-dec.c => alsa_dec.c} | 2 +- > > libavdevice/{alsa-audio-enc.c => alsa_enc.c} | 2 +- > > libavdevice/{oss_audio.c => oss.c} | 2 +- > > libavdevice/{oss_audio.h => oss.h} | 0 > > libavdevice/{oss_audio_dec.c => oss_dec.c} | 2 +- > > libavdevice/{oss_audio_enc.c => oss_enc.c} | 2 +- > > libavdevice/{sndio_common.c => sndio.c} | 2 +- > > libavdevice/{sndio_common.h => sndio.h} | 0 > > libavdevice/sndio_dec.c | 2 +- > > libavdevice/sndio_enc.c | 2 +- > > 13 files changed, 17 insertions(+), 19 deletions(-) > > rename libavdevice/{alsa-audio-common.c => alsa.c} (99%) > > rename libavdevice/{alsa-audio.h => alsa.h} (100%) > > rename libavdevice/{alsa-audio-dec.c => alsa_dec.c} (99%) > > rename libavdevice/{alsa-audio-enc.c => alsa_enc.c} (99%) > > rename libavdevice/{oss_audio.c => oss.c} (99%) > > rename libavdevice/{oss_audio.h => oss.h} (100%) > > rename libavdevice/{oss_audio_dec.c => oss_dec.c} (99%) > > rename libavdevice/{oss_audio_enc.c => oss_enc.c} (99%) > > rename libavdevice/{sndio_common.c => sndio.c} (99%) > > rename libavdevice/{sndio_common.h => sndio.h} (100%) > > New names are fine, however you should update the name of header > inclusion guards too.
Thanks, good catch. Queueing with that fixed. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
