diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-02 21:14:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-02 21:14:04 +0000 |
commit | 1d4f96e65f2e6c3f134b1de08e7568bbdf760592 (patch) | |
tree | c64f4d860ce202198e13e56a3a1de11a0c8a9fdd /testing/firefox/libavutil.patch | |
parent | 11b20dfc92dcd66635735f4b081a0c53bac82099 (diff) | |
download | aports-1d4f96e65f2e6c3f134b1de08e7568bbdf760592.tar.bz2 aports-1d4f96e65f2e6c3f134b1de08e7568bbdf760592.tar.xz |
testing/firefox: upgrade to 42.0
Diffstat (limited to 'testing/firefox/libavutil.patch')
-rw-r--r-- | testing/firefox/libavutil.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/firefox/libavutil.patch b/testing/firefox/libavutil.patch new file mode 100644 index 0000000000..ba1e1a2457 --- /dev/null +++ b/testing/firefox/libavutil.patch @@ -0,0 +1,12 @@ +diff --git a/media/libav/libavutil/cpu.c b/media/libav/libavutil/cpu.c +index 354d21e..6a44cea 100644 +--- a/media/libav/libavutil/cpu.c ++++ b/media/libav/libavutil/cpu.c +@@ -36,7 +36,6 @@ + #include <sys/param.h> + #endif + #include <sys/types.h> +-#include <sys/sysctl.h> + #endif + #if HAVE_SYSCONF + #include <unistd.h> |