diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-11-08 22:47:44 +0000 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-11-08 22:47:44 +0000 |
| commit | 3c0e458a00a2171f0116fccd50e9736c4cd4cbc3 (patch) | |
| tree | b7b2c5fdf6181107f671932e4dee17c13052e662 /src/xine-engine/Makefile.am | |
| parent | d73a763dd8a00220373a2756e56009b83631b846 (diff) | |
| download | xine-lib-3c0e458a00a2171f0116fccd50e9736c4cd4cbc3.tar.gz xine-lib-3c0e458a00a2171f0116fccd50e9736c4cd4cbc3.tar.bz2 | |
Cleanup bswap.h header by moving the part of the code borrowed from FFmpeg (or the other way around) in ffmpeg_bswap.h header, and by updating them to the current version in their subversion repository (the header of the file remain the same).
Add BE_24 and LE_24 functions, as they come handy when parsing FLAC files (will be used by the OggFlac demuxer as soon as it's ready.
Don't special case x86 on the BE/ABE macros, should be pretty much the same performance but at least this way we don't have to check the code twice.
CVS patchset: 8361
CVS date: 2006/11/08 22:47:44
Diffstat (limited to 'src/xine-engine/Makefile.am')
| -rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index bd3c70897..2b317d2aa 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -41,7 +41,7 @@ include_HEADERS = buffer.h metronom.h configfile.h vo_scale.h \ plugin_catalog.h audio_decoder.h video_decoder.h post.h \ io_helper.h broadcaster.h info_helper.h refcounter.h alphablend.h -noinst_HEADERS = bswap.h +noinst_HEADERS = bswap.h ffmpeg_bswap.h if WIN32 install-exec-local: |
