[Mplayer-cvslog] CVS: main ChangeLog, 1.124, 1.125 configure, 1.898, 1.899
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Aug 18 21:00:07 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv19087
Modified Files:
ChangeLog configure
Log Message:
spelling: big-endian and little-endian
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mplayer/main/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 11 Aug 2004 19:39:57 -0000 1.124
+++ ChangeLog 18 Aug 2004 19:00:04 -0000 1.125
@@ -29,7 +29,7 @@
* vo_quartz made default on Mac OS X
* ao_macosx fixed and made default again on Mac OS X
* RealVideo binary codecs support on Mac OS X (still buggy)
- * bigendian fixes in vf.c, vo_tga
+ * big-endian fixes in vf.c, vo_tga
* OpenBSD portability fixes
* OpenBSD/VAX support
* AMD64 support
@@ -38,7 +38,7 @@
* support for more Radeons (9800 XT among them) in VIDIX
* Radeon related bug fixes in VIDIX
* vo_gl2 now supports GUI, fix for flickering borders in fullscreen
- * support 24 and 32 bit PCM files, bigendian fixes
+ * support 24 and 32 bit PCM files, big-endian fixes
* ao_sdl now converts unsupported formats instead of quitting
* ENCA support
* merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
@@ -782,7 +782,7 @@
* -vo gif89a uninit sig11 fixed
* the usual compiler warning fixes :)
* use -pphelp instead of -vop pp=help
- * various bigendian fixes
+ * various big-endian fixes
* 16bpp packed YUV fixes in crop, mirror, rotate filters
* some -fixed-vo and vo_preinit fixes, -vo sdl, xmga, mga should work...
* various Solaris compatibility fixes (should work out of the box)
@@ -994,7 +994,7 @@
* RTC setup fixes, more verbose messages, hints
* MEncoder: demuxer/codec uninit order fixed (solves some sig11)
* various v4l and ALSA capturing fixes
- * demux_mov: fixed crash with MPEG4 on SPARC, decoding on big endian
+ * demux_mov: fixed crash with MPEG4 on SPARC, decoding on big-endian
* various NAS ao fixes
* libvo: optional stride support for packed YUV / RGB formats
* MEncoder: set keyframe flag on audio packets, fixes Windows seeking
@@ -1005,7 +1005,7 @@
* fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6)
* mms:// audio (radio) streaming fixed
* DVB: -vop lavc=bitrate is working again
- * various big endian fixes
+ * various big-endian fixes
Features:
* new audio filter layer (libaf) - automatic samplerate conversion
@@ -1189,7 +1189,7 @@
pre2: Apr 30, 2002
- * hwac3 fixes (try AFMT_AC3 first), bigendian fixes for PCM audio
+ * hwac3 fixes (try AFMT_AC3 first), big-endian fixes for PCM audio
* 2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support
* faster Ogg seeking (use -forceidx for slow but accurate one)
* audio-only with GUI fixed
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.898
retrieving revision 1.899
diff -u -r1.898 -r1.899
--- configure 14 Aug 2004 21:59:02 -0000 1.898
+++ configure 18 Aug 2004 19:00:04 -0000 1.899
@@ -294,7 +294,7 @@
--enable-shm build with shm support [autodetect]
--enable-altivec build with Altivec support (PowerPC) [autodetect]
--disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy() [enable]
- --enable-big-endian Force byte order to big endian [autodetect]
+ --enable-big-endian Force byte order to big-endian [autodetect]
--enable-debug[=1-3] compile debugging information into mplayer [disable]
--enable-profile compile profiling information into mplayer [disable]
--disable-sighandler disable sighandler for crashes [enable]
@@ -5740,10 +5740,10 @@
fi
fi
if test "$_big_endian" = yes ; then
- _byte_order='Big Endian'
+ _byte_order='big-endian'
_def_words_endian='#define WORDS_BIGENDIAN 1'
else
- _byte_order='Little Endian'
+ _byte_order='little-endian'
_def_words_endian='#undef WORDS_BIGENDIAN'
fi
echores "$_byte_order"
More information about the MPlayer-cvslog
mailing list