Fix FSF address
[platform/upstream/gstreamer.git] / tests / check / libs / libsabi.c
index dfc720a..6d31780 100644 (file)
@@ -16,8 +16,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #include <config.h>
 #include "struct_arm.h"
 #define HAVE_ABI_SIZES TRUE
 #else
-/* in case someone wants to generate a new arch */
+#ifdef __powerpc__
+#include "struct_ppc32.h"
+#define HAVE_ABI_SIZES TRUE
+#else /* in case someone wants to generate a new arch */
 #include "struct_i386.h"
 #define HAVE_ABI_SIZES FALSE
 #endif
 #endif
 #endif
+#endif
 
 GST_START_TEST (test_ABI)
 {