On Thu, 11 Oct 2012, Diego Biurrun wrote:

---
Fixed placement of extern table declarations (for arm), they need to
come before the arch-specific headers, as they are referenced there.

libavcodec/Makefile                            |    7 +----
libavcodec/arm/mathops.h                       |   24 ++++++++++++++++
libavcodec/inverse.c                           |    1 -
libavcodec/mathops.h                           |   29 +++++++++++++++++++
libavutil/inverse.c => libavcodec/mathtables.c |   14 +++++++--
libavcodec/motion_est.c                        |    2 +-
libavcodec/mpegvideo.c                         |    2 +-
libavcodec/mpegvideo_enc.c                     |    1 +
libavcodec/ra144.c                             |    2 +-
libavcodec/roqaudioenc.c                       |    2 +-
libavutil/Makefile                             |    1 -
libavutil/arm/intmath.h                        |   24 ----------------
libavutil/intmath.h                            |   35 ------------------------
libavutil/mathematics.c                        |   11 -------
14 files changed, 70 insertions(+), 85 deletions(-)
delete mode 100644 libavcodec/inverse.c
rename libavutil/inverse.c => libavcodec/mathtables.c (79%)

Looks ok.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to