gallium/util: replace pipe_mutex with mtx_t
[mesa.git] / src / gallium / state_trackers / vdpau / vdpau_private.h
index cc20e5d7ca6842a1995637dc1d693abc08c7daa7..b36c0c4aec260f1f156594c7535d4a5baf4ad5a7 100644 (file)
@@ -354,7 +354,7 @@ typedef struct
    struct pipe_context *context;
    struct vl_compositor compositor;
    struct pipe_sampler_view *dummy_sv;
-   pipe_mutex mutex;
+   mtx_t mutex;
 } vlVdpDevice;
 
 typedef struct
@@ -439,7 +439,7 @@ typedef struct
 typedef struct
 {
    vlVdpDevice *device;
-   pipe_mutex mutex;
+   mtx_t mutex;
    struct pipe_video_codec *decoder;
 } vlVdpDecoder;