Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / multimedia / xine-lib / patches / patch-src-post-goom-mmx.h
blob5b762f91c61f3381f47377c2e49eda2ae3213e31
1 $NetBSD$
3 --- src/post/goom/mmx.h.orig 2011-08-30 13:41:26.000000000 +0000
4 +++ src/post/goom/mmx.h
5 @@ -728,8 +728,7 @@ void zoom_filter_xmmx (int prevX, int pr
7 #else
9 -#define emms() __asm__ __volatile__ ("emms"::: \
10 - "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)")
11 +#define emms() __asm__ volatile ("emms" ::: "memory");
13 #endif