summaryrefslogtreecommitdiff
path: root/gst/gstarch.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-03-06 21:39:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-03-06 21:39:57 +0000
commitc1994697445ad107845b58000bbcac2f1d1d6d81 (patch)
tree7852d66c7d15e64e02f1d447e876a6d60db0c045 /gst/gstarch.h
parent33f74711fb39a8437ab6edbed033239bf1b56ab7 (diff)
downloadgstreamer-c1994697445ad107845b58000bbcac2f1d1d6d81.tar.gz
Synced with the HEAD branch again... amazing how many changes we have in only a week time...BRANCH-AUTOPLUG2-20010306BRANCH-AUTOPLUG2
Original commit message from CVS: Synced with the HEAD branch again... amazing how many changes we have in only a week time...
Diffstat (limited to 'gst/gstarch.h')
-rw-r--r--gst/gstarch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstarch.h b/gst/gstarch.h
index d3b22161ba..d78e768cf7 100644
--- a/gst/gstarch.h
+++ b/gst/gstarch.h
@@ -35,6 +35,8 @@
#include "gstalpha.h"
#elif defined(HAVE_CPU_ARM)
#include "gstarm.h"
+#elif defined(HAVE_CPU_SPARC)
+#include "gstsparc.h"
#else
#error Need to know about this architecture, or have a generic implementation
#endif