Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1525 closed enhancement (fixed)

Modify configure script to disable autodetection of some external libraries when cross-compiling

Reported by: ming Owned by: bennylp
Priority: normal Milestone: release-2.0.1
Component: common Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

During cross-compilation, currently configure script will automatically detect the libraries on the build machine instead of the target host, so this ticket will disable autodetection in cross-compilation. Users now need to supply the configure script with the option "--with-A" to use feature A.

Change History (3)

comment:1 Changed 12 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 4149:

Fixed #1525: Modify configure script to disable autodetection when cross-compiling.

This fix disable autodetection for:

  • SDL
  • ffmpeg
  • SSL
  • OpenCORE AMR-NB

comment:2 Changed 12 years ago by ming

  • Backport to 1.x milestone no deleted

comment:3 Changed 12 years ago by bennylp

  • Summary changed from Modify configure script to disable autodetection when cross-compiling to Modify configure script to disable autodetection of some external libraries when cross-compiling
Note: See TracTickets for help on using tickets.