diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-11-07 00:53:32 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-11-07 00:53:32 +0000 |
commit | 2a6ab3709a3997b0b023445d6e9beaa76d6f915d (patch) | |
tree | 4014e8e7744a18e5252da86330b5fbe789e67dcf /sys/Makefile.am | |
parent | bfeed7aeacee5fdfd50a19b42d2271c0a1d297ed (diff) | |
download | gst-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/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 2 |
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 |