gstreamer/gst/gstarch.h
Richard Boulton 11e8ef9074 More work towards a powerPC port, and towards generic portability.
Original commit message from CVS:
More work towards a powerPC port, and towards generic portability.
2000-09-16 00:59:12 +00:00

17 lines
301 B
C

#ifndef GST_HGUARD_GSTARCH_H
#define GST_HGUARD_GSTARCH_H
#include "config.h"
#ifdef HAVE_CPU_I386
#include "gsti386.h"
#else
#ifdef HAVE_CPU_PPC
#include "gstppc.h"
#else
#error Need to know about this architecture, or have a generic implementation
#endif
#endif
#endif /* GST_HGUARD_GSTARCH_H */