common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that checks if we can access unaligned memory.

Original commit message from CVS:
* common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
checks if we can access unaligned memory.
* configure.ac: Use it.
This commit is contained in:
David Schleef 2004-04-16 03:26:43 +00:00
parent 2713712906
commit 42d3780eea
3 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-04-15 David Schleef <ds@schleef.org>
* common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
checks if we can access unaligned memory.
* configure.ac: Use it.
2004-04-16 Benjamin Otte <otte@gnome.org>
* gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),

2
common

@ -1 +1 @@
Subproject commit c4fb9e5b7bc69f9420a0f008230e3028fdc2b097
Subproject commit d03e4388098656fa65df4d3a29e40fc556173d2d

View file

@ -242,6 +242,8 @@ case "$host" in
;;
esac
GST_UNALIGNED_ACCESS()
dnl Check for essential libraries first:
dnl ====================================