mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
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:
parent
2713712906
commit
42d3780eea
3 changed files with 9 additions and 1 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c4fb9e5b7bc69f9420a0f008230e3028fdc2b097
|
||||
Subproject commit d03e4388098656fa65df4d3a29e40fc556173d2d
|
|
@ -242,6 +242,8 @@ case "$host" in
|
|||
;;
|
||||
esac
|
||||
|
||||
GST_UNALIGNED_ACCESS()
|
||||
|
||||
dnl Check for essential libraries first:
|
||||
dnl ====================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue