wok annotate xine-lib/stuff/xine-lib-1.1.19-xvmc.patch @ rev 22553
updated blender again (2.81 -> 2.81a)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jan 04 14:20:08 2020 +0100 (2020-01-04) |
parents | |
children |
rev | line source |
---|---|
gokhlayeh@8031 | 1 Quoting ChangeLog of X11's videoproto package: |
gokhlayeh@8031 | 2 vldXvMC.h: stop uselessly including XvMClib.h |
gokhlayeh@8031 | 3 |
gokhlayeh@8031 | 4 --- src/video_out/xxmc.h |
gokhlayeh@8031 | 5 +++ src/video_out/xxmc.h |
gokhlayeh@8031 | 6 @@ -77,10 +77,10 @@ |
gokhlayeh@8031 | 7 #include <X11/extensions/XShm.h> |
gokhlayeh@8031 | 8 #include <X11/extensions/Xv.h> |
gokhlayeh@8031 | 9 #include <X11/extensions/Xvlib.h> |
gokhlayeh@8031 | 10 +#include <X11/extensions/XvMClib.h> |
gokhlayeh@8031 | 11 #ifdef HAVE_VLDXVMC |
gokhlayeh@8031 | 12 #include <X11/extensions/vldXvMC.h> |
gokhlayeh@8031 | 13 #else |
gokhlayeh@8031 | 14 - #include <X11/extensions/XvMClib.h> |
gokhlayeh@8031 | 15 #include <X11/extensions/XvMC.h> |
gokhlayeh@8031 | 16 #endif |
gokhlayeh@8031 | 17 |