mirror of
git://slackware.nl/current.git
synced 2025-01-30 08:38:10 +01:00
75a4a592e5
Mon Apr 25 13:37:00 UTC 2011 Slackware 13.37 x86_64 stable is released! Thanks to everyone who pitched in on this release: the Slackware team, the folks producing upstream code, and linuxquestions.org for providing a great forum for collaboration and testing. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. As always, thanks to the Slackware community for testing, suggestions, and feedback. :-) Have fun!
22 lines
849 B
Diff
22 lines
849 B
Diff
diff -u -r --new-file xine-lib-1.1.19.orig/src/video_out/video_out_xxmc.c xine-lib-1.1.19/src/video_out/video_out_xxmc.c
|
|
--- xine-lib-1.1.19.orig/src/video_out/video_out_xxmc.c 2010-04-08 09:52:43.000000000 -0500
|
|
+++ xine-lib-1.1.19/src/video_out/video_out_xxmc.c 2010-11-06 16:01:34.278017097 -0500
|
|
@@ -35,6 +35,7 @@
|
|
|
|
|
|
#include "xxmc.h"
|
|
+#include <X11/extensions/XvMClib.h>
|
|
#include <unistd.h>
|
|
#include "xv_common.h"
|
|
|
|
diff -u -r --new-file xine-lib-1.1.19.orig/src/video_out/xvmc_mocomp.c xine-lib-1.1.19/src/video_out/xvmc_mocomp.c
|
|
--- xine-lib-1.1.19.orig/src/video_out/xvmc_mocomp.c 2010-03-09 16:17:05.000000000 -0600
|
|
+++ xine-lib-1.1.19/src/video_out/xvmc_mocomp.c 2010-11-06 16:01:34.272017924 -0500
|
|
@@ -21,6 +21,7 @@
|
|
*/
|
|
|
|
#include "xxmc.h"
|
|
+#include <X11/extensions/XvMClib.h>
|
|
|
|
|
|
static void calc_DMV(int DMV[][2], int *dmvector,
|