On Tue, Nov 29, 2016 at 01:24:59PM +0100, Diego Biurrun wrote:
> ---
>  libavcodec/h264_cabac.c                      | 2 +-
>  libavcodec/x86/{h264_i386.h => h264_cabac.c} | 6 +-----
>  2 files changed, 2 insertions(+), 6 deletions(-)
>  rename libavcodec/x86/{h264_i386.h => h264_cabac.c} (98%)
> 
> diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
> index ae1ef6b..b28e486 100644
> --- a/libavcodec/h264_cabac.c
> +++ b/libavcodec/h264_cabac.c
> @@ -41,7 +41,7 @@
>  #include "mpegutils.h"
>  
>  #if ARCH_X86
> -#include "x86/h264_i386.h"
> +#include "x86/h264_cabac.c"
>  #endif

I guess one could debate whether or not this should be .h instead of .c.
Preferences?

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

Reply via email to