gst-libs/ext/ffmpeg/: Recognise x86_64 builds and set flags appropriately so that the

Original commit message from CVS:
* gst-libs/ext/ffmpeg/configure.ac:
* gst-libs/ext/ffmpeg/patches/autotools.patch:
* gst-libs/ext/ffmpeg/patches/memalign.patch:
Recognise x86_64 builds and set flags appropriately so that the
MMX/SSE codepaths get enabled there - makes things considerably
faster.
This commit is contained in:
Jan Schmidt 2007-06-05 18:00:26 +00:00
parent 7f7a5d9d0b
commit b9e02d63cd

View file

@ -1,3 +1,12 @@
2007-06-05 Jan Schmidt <thaytan@mad.scientist.com>
* gst-libs/ext/ffmpeg/configure.ac:
* gst-libs/ext/ffmpeg/patches/autotools.patch:
* gst-libs/ext/ffmpeg/patches/memalign.patch:
Recognise x86_64 builds and set flags appropriately so that the
MMX/SSE codepaths get enabled there - makes things considerably
faster.
2007-06-05 Wim Taymans <wim@fluendo.com>
Patch by: <bram at luon dot net>