summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-11-07 00:53:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-11-07 00:53:32 +0000
commit2a6ab3709a3997b0b023445d6e9beaa76d6f915d (patch)
tree4014e8e7744a18e5252da86330b5fbe789e67dcf /sys
parentbfeed7aeacee5fdfd50a19b42d2271c0a1d297ed (diff)
downloadgst-plugins-bad-2a6ab3709a3997b0b023445d6e9beaa76d6f915d.tar.gz
gst-plugins-bad-2a6ab3709a3997b0b023445d6e9beaa76d6f915d.tar.bz2
gst-plugins-bad-2a6ab3709a3997b0b023445d6e9beaa76d6f915d.zip
test and define HAVE_XSHM build ximage plugin
Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index 074a5bde..e47dc0e3 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -35,7 +35,7 @@ VCD_DIR=
endif
if USE_XFREE
-XVIDEO_DIR=xvideo
+XVIDEO_DIR=xvideo ximage
else
XVIDEO_DIR=
endif