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