[FFmpeg-devel] [RFC] LPCM 24 bits support

Diego Biurrun diego
Wed Apr 16 22:33:08 CEST 2008


On Wed, Apr 16, 2008 at 06:15:01PM +0200, Lars T?uber wrote:
> 
> Now this should be the correct and tested patches.
> 
> --- ffmpeg/libavcodec/Makefile	2008-04-16 18:00:57.000000000 +0200
> +++ ffmpeg.1/libavcodec/Makefile	2008-04-16 18:04:11.000000000 +0200
> @@ -270,6 +270,7 @@ OBJS-$(CONFIG_PCM_MULAW_DECODER)       +
>  OBJS-$(CONFIG_PCM_MULAW_ENCODER)       += pcm.o
>  OBJS-$(CONFIG_PCM_ZORK_DECODER)        += pcm.o
>  OBJS-$(CONFIG_PCM_ZORK_ENCODER)        += pcm.o
> +OBJS-$(CONFIG_PCM_DVD_DECODER)         += pcm.o

Please keep alphabetical order, same in other places.

Diego




More information about the ffmpeg-devel mailing list