diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-05-11 14:14:12 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-05-11 14:14:12 +0000 |
commit | df427e39efacad2679586f11578c196df017de62 (patch) | |
tree | 0f2dd317b92a7c0b1493e9ed74acf8bc8e3251a0 /configure.ac | |
parent | 374683d4cfa703bacde895a7d52ab0c8fb37f5ff (diff) | |
download | xine-lib-df427e39efacad2679586f11578c196df017de62.tar.gz xine-lib-df427e39efacad2679586f11578c196df017de62.tar.bz2 |
Updates so that xine-lib uses dvdnav_internal.h.in
CVS patchset: 4822
CVS date: 2003/05/11 14:14:12
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4ee9a772b..29b41a5cf 100644 --- a/configure.ac +++ b/configure.ac @@ -808,6 +808,16 @@ fi AM_CONDITIONAL(HAVE_DVDNAV, [test x"$no_dvdnav" != "xyes"]) +dnl -------------------------------------------------------------- +dnl define or not WORDS_BIGENDIAN in dvdnav_internal.h +dnl -------------------------------------------------------------- +if test x$ac_cv_c_bigendian = "xyes"; then + BIGENDIAN="#define WORDS_BIGENDIAN 1" +else + BIGENDIAN="#undef WORDS_BIGENDIAN" +fi +AC_SUBST(BIGENDIAN) + dnl --------------------------------------------- dnl ASF build can be optional dnl --------------------------------------------- @@ -1328,6 +1338,7 @@ src/demuxers/Makefile src/dxr3/Makefile src/input/Makefile src/input/libdvdnav/Makefile +src/input/libdvdnav/dvdnav_internal.h src/input/dvb/Makefile src/input/librtsp/Makefile src/input/libreal/Makefile |