gstreamer-plugins-bad-0.10.23-compatibility-1.patch 494 B

123456789101112131415161718192021222324252627282930
  1. --- a/ext/vp8/gstvp8utils.h
  2. +++ b/ext/vp8/gstvp8utils.h
  3. @@ -25,23 +25,6 @@
  4. G_BEGIN_DECLS
  5. -/* Some compatibility defines for older libvpx versions */
  6. -#ifndef VPX_IMG_FMT_I420
  7. -#define VPX_IMG_FMT_I420 IMG_FMT_I420
  8. -#endif
  9. -
  10. -#ifndef VPX_PLANE_Y
  11. -#define VPX_PLANE_Y PLANE_Y
  12. -#endif
  13. -
  14. -#ifndef VPX_PLANE_U
  15. -#define VPX_PLANE_U PLANE_U
  16. -#endif
  17. -
  18. -#ifndef VPX_PLANE_V
  19. -#define VPX_PLANE_V PLANE_V
  20. -#endif
  21. -
  22. const char * gst_vpx_error_name (vpx_codec_err_t status);
  23. G_END_DECLS
  24. --
  25. 2.1.2