Re: [libav-devel] [PATCH 31/41] lavc: Drop deprecated sparc architecture symbols

2016-12-06 Thread Diego Biurrun
On Tue, Dec 06, 2016 at 12:27:52AM -0500, Vittorio Giovara wrote:
> Deprecated in 01/2014.
> ---
>  libavcodec/avcodec.h | 3 ---
>  libavcodec/version.h | 3 ---
>  2 files changed, 6 deletions(-)

nostalgia!

Diego
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


[libav-devel] [PATCH 31/41] lavc: Drop deprecated sparc architecture symbols

2016-12-05 Thread Vittorio Giovara
Deprecated in 01/2014.
---
 libavcodec/avcodec.h | 3 ---
 libavcodec/version.h | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 69e3eec..f94a73c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2639,9 +2639,6 @@ typedef struct AVCodecContext {
 #endif /* FF_API_IDCT_XVIDMMX */
 #define FF_IDCT_SIMPLEARMV5TE 16
 #define FF_IDCT_SIMPLEARMV6   17
-#if FF_API_ARCH_SPARC
-#define FF_IDCT_SIMPLEVIS 18
-#endif
 #define FF_IDCT_FAAN  20
 #define FF_IDCT_SIMPLENEON22
 
diff --git a/libavcodec/version.h b/libavcodec/version.h
index b381f14..eadf408 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -47,9 +47,6 @@
  * the public API and may change, break or disappear at any time.
  */
 
-#ifndef FF_API_ARCH_SPARC
-#define FF_API_ARCH_SPARC(LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
 #ifndef FF_API_UNUSED_MEMBERS
 #define FF_API_UNUSED_MEMBERS(LIBAVCODEC_VERSION_MAJOR < 58)
 #endif
-- 
2.10.0

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