]> git.sesse.net Git - vlc/commitdiff
contrib: vpx: drop obsolete patch
authorRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 17:33:17 +0000 (10:33 -0700)
committerRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 18:30:06 +0000 (11:30 -0700)
contrib/src/vpx/rules.mak
contrib/src/vpx/windows.patch [deleted file]

index 20fcb39d840046ccd4285d80ea1684501b38ab1a..e9b0651007f05cc8844421231272d5d64696f661 100644 (file)
@@ -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 (file)
index d722d21..0000000
+++ /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>