Begun to add support for non i386 architectures, with the help of Chris
[platform/upstream/gstreamer.git] / gst / gstarch.h
1 #ifndef GST_HGUARD_GSTARCH_H
2 #define GST_HGUARD_GSTARCH_H
3
4 #ifdef __I386__
5 #include "gsti386.h"
6 #endif
7
8 #ifdef __PPC__
9 #include "gstppc.h"
10 #endif
11
12 #endif /* GST_HGUARD_GSTARCH_H */