[MPlayer-cvslog] r24072 - trunk/dvdread/bswap.h

diego subversion at mplayerhq.hu
Wed Aug 15 14:16:25 CEST 2007


Author: diego
Date: Wed Aug 15 14:16:25 2007
New Revision: 24072

Log:
Sync another change from upstream.


Modified:
   trunk/dvdread/bswap.h

Modified: trunk/dvdread/bswap.h
==============================================================================
--- trunk/dvdread/bswap.h	(original)
+++ trunk/dvdread/bswap.h	Wed Aug 15 14:16:25 2007
@@ -25,8 +25,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-#include <config.h>
-
 #if defined(WORDS_BIGENDIAN)
 /* All bigendian systems are fine, just ignore the swaps. */  
 #define B2N_16(x) (void)(x)



More information about the MPlayer-cvslog mailing list