mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
st/xvmc: remove xorg-server dependency
Fixing a circular build dependency.
NOTE: This is a candidate for the 8.0 branch.
Signed-off-by: Christian König <deathsimple@vodafone.de>
(cherry picked from commit c2e2b58a58)
This commit is contained in:
parent
0dddf4c575
commit
caebd7929d
2 changed files with 3 additions and 2 deletions
|
|
@ -1566,7 +1566,7 @@ if test "x$enable_gallium_g3dvl" = xyes; then
|
|||
fi
|
||||
|
||||
if test "x$enable_xvmc" = xyes; then
|
||||
PKG_CHECK_MODULES([XVMC], [xvmc >= 1.0.6 xorg-server])
|
||||
PKG_CHECK_MODULES([XVMC], [xvmc >= 1.0.6])
|
||||
GALLIUM_STATE_TRACKERS_DIRS="$GALLIUM_STATE_TRACKERS_DIRS xorg/xvmc"
|
||||
HAVE_ST_XVMC="yes"
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <X11/Xlibint.h>
|
||||
#include <X11/extensions/XvMClib.h>
|
||||
#include <xorg/fourcc.h>
|
||||
|
||||
#include "pipe/p_screen.h"
|
||||
#include "pipe/p_video_decoder.h"
|
||||
|
|
@ -46,6 +45,8 @@
|
|||
#include "xvmc_private.h"
|
||||
|
||||
#define FOURCC_RGB 0x0000003
|
||||
#define FOURCC_AI44 0x34344941
|
||||
#define FOURCC_IA44 0x34344149
|
||||
|
||||
static enum pipe_format XvIDToPipe(int xvimage_id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue