[FFmpeg-devel] Rename lib wrapper files to lib*
Diego Biurrun
diego
Tue Jun 5 13:59:39 CEST 2007
On Tue, Jun 05, 2007 at 11:08:28AM +0100, Robert Swain wrote:
>
> While working on some AMR stuff I've stumbled across conflicts in
> file naming. I would like to use libavcodec/amr.c for common AMR
> functions but amr.c is used for the wrapper code for libamr*. I
> propose that all libavcodec files using external libs be moved to
> lib*. This will be consistent, make it clear that they are external
> library glue code and avoid conflicts of file names with native
> implementations in the future.
>
> Any comments?
I had planned to suggest this for some time, you beat me to it.
Seconded.
To be precise, what I propose is
a52dec.c --> liba52.c
amr.c --> libamr.c
faac.c --> libfaac.c
faad.c --> libfaad.c
mp3lameaudio.c --> libmp3lame.c
oggvorbis.c --> libvorbis.c
x264.c --> libx264.c
and
xvid* --> libxvid*
Diego
More information about the ffmpeg-devel
mailing list