Skip to content

Commit

Permalink
[osx/ios] fixed configure warning when checking mpeg2dec/mpeg2convert…
Browse files Browse the repository at this point in the history
….h, the line break is required so do not remove it
  • Loading branch information
davilla committed May 17, 2011
1 parent d11d98f commit de96725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Expand Up @@ -638,7 +638,8 @@ AS_CASE([x$use_libbluray],
if test "$host_vendor" = "apple" ; then
AC_CHECK_HEADER([ass/ass.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([mpeg2dec/mpeg2.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([mpeg2dec/mpeg2convert.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([mpeg2dec/mpeg2convert.h],, AC_MSG_ERROR($missing_library), AC_INCLUDES_DEFAULT()
[#include <mpeg2dec/mpeg2.h>])
AC_CHECK_LIB([iconv], [main],, AC_MSG_ERROR($missing_library))
if test "$use_arch" != "arm"; then
AC_CHECK_LIB([SDL_mixer],[main],, AC_MSG_ERROR($missing_library))
Expand Down

0 comments on commit de96725

Please sign in to comment.