[vlc-commits] contrib: vpx: drop obsolete patch
Rafaël Carré
git at videolan.org
Sun Jun 8 20:31:20 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jun 8 10:33:17 2014 -0700| [f1db53bb18476514ea4b1fcf3d3f9c0bdcc95861] | committer: Rafaël Carré
contrib: vpx: drop obsolete patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1db53bb18476514ea4b1fcf3d3f9c0bdcc95861
---
contrib/src/vpx/rules.mak | 1 -
contrib/src/vpx/windows.patch | 13 -------------
2 files changed, 14 deletions(-)
diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 20fcb39..e9b0651 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -11,7 +11,6 @@ $(TARBALLS)/libvpx-$(VPX_VERSION).tar.bz2:
libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx
$(UNPACK)
$(APPLY) $(SRC)/vpx/libvpx-no-cross.patch
- $(APPLY) $(SRC)/vpx/windows.patch
$(APPLY) $(SRC)/vpx/libvpx-mac.patch
$(MOVE)
diff --git a/contrib/src/vpx/windows.patch b/contrib/src/vpx/windows.patch
deleted file mode 100644
index d722d21..0000000
--- a/contrib/src/vpx/windows.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- libvpx/vp8/common/generic/systemdependent.c.orig 2013-03-13 01:01:48.404990528 +0100
-+++ libvpx/vp8/common/generic/systemdependent.c 2013-03-13 01:02:35.928991544 +0100
-@@ -18,6 +18,10 @@
- #endif
- #include "vp8/common/onyxc_int.h"
-
-+#if defined(_WIN32)
-+# include <windows.h>
-+#endif
-+
- #if CONFIG_MULTITHREAD
- #if HAVE_UNISTD_H && !defined(__OS2__)
- #include <unistd.h>
More information about the vlc-commits
mailing list