patch-configure 452 B

1234567891011
  1. --- ffmpeg-0.6.orig/configure 2010-06-15 21:44:30.000000000 +0200
  2. +++ ffmpeg-0.6/configure 2010-07-12 21:34:52.258102064 +0200
  3. @@ -2640,7 +2640,7 @@ if enabled libdc1394; then
  4. die "ERROR: No version of libdc1394 found "
  5. fi
  6. -SDL_CONFIG="${cross_prefix}sdl-config"
  7. +SDL_CONFIG="${sysroot}/usr/bin/sdl-config"
  8. if "${SDL_CONFIG}" --version > /dev/null 2>&1; then
  9. sdl_cflags=$("${SDL_CONFIG}" --cflags)
  10. sdl_libs=$("${SDL_CONFIG}" --libs)