Author: rathann Date: Mon Nov 11 20:53:48 2013 New Revision: 1276 Log: Actually write WORDS_BIGENDIAN define into config.h if big endian is detected.
Modified: trunk/libdvdread/configure2 Modified: trunk/libdvdread/configure2 ============================================================================== --- trunk/libdvdread/configure2 Sun Nov 10 12:38:58 2013 (r1275) +++ trunk/libdvdread/configure2 Mon Nov 11 20:53:48 2013 (r1276) @@ -149,7 +149,7 @@ cat > config.h << EOF /* Automatically generated by configure, do not edit */ #include "version.h" EOF -test "$bigendian" = "yes" && echo "#define WORDS_BIGENDIAN" || echo "#undef WORDS_BIGENDIAN" >> config.h +test "$bigendian" = "yes" && echo "#define WORDS_BIGENDIAN" >> config.h || echo "#undef WORDS_BIGENDIAN" >> config.h # build tree in object directory if source path is different from current one if test "$source_path_used" != "no"; then _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
