| Index: source/libvpx/vp8/common/common.h
|
| diff --git a/source/libvpx/vp8/common/common.h b/source/libvpx/vp8/common/common.h
|
| index ba3d9f54d1e0a8413950220979b435ffc177d039..e58a9cc23ba9c6851aaa6483ed5093803dbc8c0b 100644
|
| --- a/source/libvpx/vp8/common/common.h
|
| +++ b/source/libvpx/vp8/common/common.h
|
| @@ -22,9 +22,6 @@
|
| extern "C" {
|
| #endif
|
|
|
| -#define MIN(x, y) (((x) < (y)) ? (x) : (y))
|
| -#define MAX(x, y) (((x) > (y)) ? (x) : (y))
|
| -
|
| /* Only need this for fixed-size arrays, for structs just assign. */
|
|
|
| #define vp8_copy( Dest, Src) { \
|
|
|