[SCM] libav/experimental: avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Aug 30 15:49:43 UTC 2014


The following commit has been merged in the experimental branch:
commit cc1d8c54c19dd14fb851e3e7a7793d6b3bd75e94
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Aug 10 06:44:03 2014 -0700

    avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump

diff --git a/libavcodec/version.h b/libavcodec/version.h
index f7bb8e0..b42b970 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -133,7 +133,7 @@
 #define FF_API_UNUSED_MEMBERS    (LIBAVCODEC_VERSION_MAJOR < 57)
 #endif
 #ifndef FF_API_IDCT_XVIDMMX
-#define FF_API_IDCT_XVIDMMX      (LIBAVCODEC_VERSION_MAJOR < 56)
+#define FF_API_IDCT_XVIDMMX      (LIBAVCODEC_VERSION_MAJOR < 57)
 #endif
 #ifndef FF_API_INPUT_PRESERVED
 #define FF_API_INPUT_PRESERVED   (LIBAVCODEC_VERSION_MAJOR < 57)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list