summaryrefslogtreecommitdiff
path: root/plugins/gxvideo
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-29 02:39:14 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-29 02:39:14 +0000
commit0b3c069d3b5887a7b19d612d419b4397f53c40e4 (patch)
tree0513e02879b017342aee44d38159c77f7128d5a8 /plugins/gxvideo
parent402c449811cb93d73bcdd69c5923713f8635411d (diff)
downloadpcsxr-0b3c069d3b5887a7b19d612d419b4397f53c40e4.tar.gz
- dfsound (unix): Added mute option and freqresponse to the config utility.
- gxvideo: Fixed FTBFS. - Fixed Run BIOS (Issue #7806). - Updated gettext scripts. - Credit where it's due. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61576 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/gxvideo')
-rw-r--r--plugins/gxvideo/draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gxvideo/draw.h b/plugins/gxvideo/draw.h
index edeb1e6e..6ab89518 100644
--- a/plugins/gxvideo/draw.h
+++ b/plugins/gxvideo/draw.h
@@ -25,6 +25,7 @@
#include <stdint.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#include <X11/extensions/XShm.h>
#include <X11/extensions/Xvlib.h>
#include "gpu_utils.h"