wok-current annotate xine-lib/stuff/xine-lib-1.1.19-xvmc.patch @ rev 24842
updated libunistring and libunistring-dev (0.9.10 -> 1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 09:45:42 2022 +0100 (2022-03-25) |
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 |