diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 08:16:18 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 08:16:18 +0000 |
commit | 4ee3a387ce90c6a3c7da89a2ee092730ce926d9b (patch) | |
tree | f80111d8f78611b92c5cb5250a9facec6916a907 /multimedia/libxine/files/patch-src-post-planar-eq2.c | |
parent | Fix race condition on setting USES. (diff) |
multimedia/libxine: Update to 1.2.9
- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]
Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR: 219921
Reported by: emorrasg@yahoo.es
Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan <ndowens@yahoo.com>
Reviewed by: mat, tobik
Differential Revision: https://reviews.freebsd.org/D16840
Notes
Notes:
svn path=/head/; revision=478529
Diffstat (limited to 'multimedia/libxine/files/patch-src-post-planar-eq2.c')
-rw-r--r-- | multimedia/libxine/files/patch-src-post-planar-eq2.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/libxine/files/patch-src-post-planar-eq2.c b/multimedia/libxine/files/patch-src-post-planar-eq2.c deleted file mode 100644 index 7a47eea90047..000000000000 --- a/multimedia/libxine/files/patch-src-post-planar-eq2.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/post/planar/eq2.c.orig -+++ src/post/planar/eq2.c -@@ -129,7 +129,7 @@ void affine_1d_MMX (eq2_param_t *par, un - "movq (%1), %%mm4 \n\t" - "pxor %%mm0, %%mm0 \n\t" - : -- : "g" (brvec), "g" (contvec) -+ : "r" (brvec), "r" (contvec) - ); - - while (h-- > 0) { |