On Thu, Mar 30, 2017 at 04:56:28PM +0200, Anton Khirnov wrote:
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -14,7 +15,8 @@ HEADERS = avcodec.h                                         
>             \
>  
> -OBJS = allcodecs.o                                                      \
> +OBJS = ac3_parser.o                                                     \
> +       allcodecs.o                                                      \
>         avpacket.o                                                       \

If the object file is now unconditionally built, you should remove its
conditional entry below.

> --- a/libavcodec/ac3_parser.h
> +++ b/libavcodec/ac3_parser.h
> @@ -27,15 +27,10 @@
>  
>  /**
> + * Extract the bitstream id and the frame size from AC3 data.

ID, AC-3

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to