Mercurial > mplayer.hg
view debian/mime @ 25957:0a3b2b2cc1c3
Implement test for system byteswap.h header file.
The result of this check is required by libavutil library.
If it is not defined the library would try to implement its own
byte swapping routines in bswap.h . As the routines are with same names,
if included, the system definition would replace the function names with
the macros. The result can not be compiled and looks like this:
# 42 "../libavutil/bswap.h"
-static av_always_inline uint16_t bswap_16(uint16_t x)
+static __attribute__((always_inline)) inline uint16_t (__extension__ ({ register unsigned short int __v, __x = (uint16_t x); if (__builtin_constant_p (__x)) __v = ((((__x) >> 8) & 0xff) | (((__x) & 0xff) << 8)); else __asm__ ("rorw $8, %w0" : "=r" (__v) : "0" (__x) : "cc"); __v; }))
author | iive |
---|---|
date | Tue, 12 Feb 2008 21:10:13 +0000 |
parents | bf6bdb785567 |
children |
line wrap: on
line source
application/x-ogg; mplayer %s; description="Ogg Stream" application/ogg; mplayer %s; description="Ogg Stream" audio/mpeg; mplayer %s; description="MPEG Audio" audio/x-mpegurl; mplayer %s; description="Icecast Playlist" audio/x-ms-wax; mplayer %s; description="Windows Media Audio" audio/x-ms-wma; mplayer %s; description="Windows Media Audio" audio/x-pls; mplayer %s; description="MP3 ShoutCast/IceCast Playlist" audio/x-scpls; mplayer %s; description="Shoutcast Playlist" audio/x-wav; mplayer %s; description="WAV Audio" video/mpeg; mplayer %s; description="MPEG Video"; video/quicktime; mplayer %s; description="Apple QuickTime Video"; video/x-mpeg; mplayer %s; description="MPEG Video"; video/x-mpeg2; mplayer %s; description="MPEG-2 Video"; video/x-msvideo; mplayer %s; description="MS Video (AVI)"; video/x-ms-afs; mplayer %s; description="Microsoft ASF Video"; video/x-ms-asf; mplayer %s; description="Microsoft ASF Video"; video/x-ms-wma; mplayer %s; description="Windows Media Audio"; video/x-ms-wmv; mplayer %s; description="Windows Media Video"; video/x-ms-wmx; mplayer %s; description="Windows Media Video"; video/x-ms-wvx; mplayer %s; description="Windows Media Video";