Skip to content

x264 configure failed #9

@midenok

Description

@midenok

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions