ffmpeg-sdlconfig.patch 655 B

1234567891011121314151617
  1. We need to pass the location sdl-config so that ffmpeg picks it up.
  2. So just pass the whole string to make things simpler.
  3. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  4. diff -Nura ffmpeg-0.6.1/configure ffmpeg-0.6.1.sdl/configure
  5. --- ffmpeg-0.6.1/configure 2010-06-15 16:44:30.000000000 -0300
  6. +++ ffmpeg-0.6.1.sdl/configure 2011-02-25 17:13:12.979168176 -0300
  7. @@ -2640,7 +2640,7 @@
  8. die "ERROR: No version of libdc1394 found "
  9. fi
  10. -SDL_CONFIG="${cross_prefix}sdl-config"
  11. +SDL_CONFIG="${SDL_CONFIG}"
  12. if "${SDL_CONFIG}" --version > /dev/null 2>&1; then
  13. sdl_cflags=$("${SDL_CONFIG}" --cflags)
  14. sdl_libs=$("${SDL_CONFIG}" --libs)