[svn] / trunk / xvidcore / build / generic / configure.in Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1971, Wed Apr 6 14:30:14 2011 UTC revision 2025, Thu Jul 28 07:46:13 2011 UTC
# Line 237  Line 237 
237  STATIC_EXTENSION=""  STATIC_EXTENSION=""
238  OBJECT_EXTENSION=""  OBJECT_EXTENSION=""
239  case "$target_os" in  case "$target_os" in
240       *bsd*|linux*|beos|irix*|solaris*)       *bsd*|linux*|beos|irix*|solaris*|gnu*)
241          AC_MSG_RESULT([.so .a .o])          AC_MSG_RESULT([.so .a .o])
242          STATIC_EXTENSION="a"          STATIC_EXTENSION="a"
243          SHARED_EXTENSION="so"          SHARED_EXTENSION="so"
# Line 281  Line 281 
281  ALTIVEC_CFLAGS=""  ALTIVEC_CFLAGS=""
282  PRE_SHARED_LIB=""  PRE_SHARED_LIB=""
283  case "$target_os" in  case "$target_os" in
284       linux*|solaris*)       linux*|solaris*|gnu*)
285          AC_MSG_RESULT([ok])          AC_MSG_RESULT([ok])
286          STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)"          STATIC_LIB="libxvidcore.\$(STATIC_EXTENSION)"
287          SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR).\$(API_MINOR)"          SHARED_LIB="libxvidcore.\$(SHARED_EXTENSION).\$(API_MAJOR).\$(API_MINOR)"
# Line 419  Line 419 
419     if test "$found_nasm_comp_prog" = "yes" ; then     if test "$found_nasm_comp_prog" = "yes" ; then
420         AC_MSG_CHECKING([for asm object format])         AC_MSG_CHECKING([for asm object format])
421         case "$target_os" in         case "$target_os" in
422             *bsd*|linux*|beos|irix*|solaris*)             *bsd*|linux*|beos|irix*|solaris*|gnu*)
423                 if test "$ARCHITECTURE" = "X86_64" ; then                 if test "$ARCHITECTURE" = "X86_64" ; then
424                     AC_MSG_RESULT([elf64])                     AC_MSG_RESULT([elf64])
425                     NASM_FORMAT="elf64"                     NASM_FORMAT="elf64"

Legend:
Removed from v.1971  
changed lines
  Added in v.2025

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4