Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-06-08 03:37:39 +0400
committerDavid Schleef <ds@schleef.org>2010-06-08 05:20:11 +0400
commit75af6540cf631522fb0b9662b37806bf85320790 (patch)
tree70611343e9a9514f026e1da5aa65586d0ffa646c /examples
parent1804e6d32f1e66f6a33119605320434d7409ed08 (diff)
Add --enable-backend
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 672ae36..921c980 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,9 @@
-orcbin_PROGRAMS = example1 mt19937ar volscale
+orcbin_PROGRAMS = example1 mt19937ar
+
+if ENABLE_BACKEND_MMX
+orcbin_PROGRAMS += volscale
+endif
AM_LDFLAGS = $(ORC_LIBS)
AM_CFLAGS = $(ORC_CFLAGS)