summaryrefslogtreecommitdiffstats
path: root/dvdread
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 12:16:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 12:16:25 +0000
commit56a6cbbfef1c476b06b6f01f4dffa3031324e321 (patch)
tree758bb912bdcb53b18c9d52da8f3d1709e5842350 /dvdread
parent39cde420c527fbf27f8dc5ad7e7879eaec309c6b (diff)
downloadmpv-56a6cbbfef1c476b06b6f01f4dffa3031324e321.tar.bz2
mpv-56a6cbbfef1c476b06b6f01f4dffa3031324e321.tar.xz
Sync another change from upstream.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24072 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdread')
-rw-r--r--dvdread/bswap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dvdread/bswap.h b/dvdread/bswap.h
index 15846aed65..7abd167a43 100644
--- a/dvdread/bswap.h
+++ b/dvdread/bswap.h
@@ -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)