Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x264 configure failed #9

Open
midenok opened this issue Jul 26, 2016 · 0 comments
Open

x264 configure failed #9

midenok opened this issue Jul 26, 2016 · 0 comments

Comments

@midenok
Copy link

midenok commented Jul 26, 2016

configure, line 815: no done keyword

   812  log_msg "x264 configure script"
   813  if [ -n "$*" ]; then
   814      msg="Command line options:"
   815      for i in $@; do
   816          msg="$msg \"$i\""
   817      if cc_check '' -std=gnu99 'for( int i = 0; i < 9; i++ );' ; then
   818          CFLAGS="$CFLAGS -std=gnu99 -D_GNU_SOURCE"
   819      elif cc_check '' -std=c99 'for( int i = 0; i < 9; i++ );' ; then
   820          CFLAGS="$CFLAGS -std=c99 -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE"
   821      elif ! cc_check '' '' 'for( int i = 0; i < 9; i++ );' ; then
   822          die "C99 compiler is needed for compilation."
   823      fi
   824  fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant