diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-03-01 13:20:00 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-03-06 22:06:58 +0100 |
commit | 1b269dd5524c76e339a4ca966b59854dfec075b0 (patch) | |
tree | 95b62fb6445eaeb20bcef80b4cac56f96bef9e7e /package/multimedia/ffmpeg/ffmpeg-0.5.2-fix-sdl-config-search.patch | |
parent | c2bcce4a59f7baa0266300ec35d13fe04500d229 (diff) |
ffmpeg: bump to version 0.6.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/ffmpeg/ffmpeg-0.5.2-fix-sdl-config-search.patch')
-rw-r--r-- | package/multimedia/ffmpeg/ffmpeg-0.5.2-fix-sdl-config-search.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/multimedia/ffmpeg/ffmpeg-0.5.2-fix-sdl-config-search.patch b/package/multimedia/ffmpeg/ffmpeg-0.5.2-fix-sdl-config-search.patch deleted file mode 100644 index 58d08aa28..000000000 --- a/package/multimedia/ffmpeg/ffmpeg-0.5.2-fix-sdl-config-search.patch +++ /dev/null @@ -1,17 +0,0 @@ -Allow FFmpeg's ./configure script to use a custom sdl-config command. - -Inspired from: -http://www.mail-archive.com/uclinux-dist-commits@blackfin.uclinux.org/msg01099.html - -diff -u ffmpeg-0.5.2-orig/configure ffmpeg-0.5.2/configure ---- a/configure -+++ b/configure -@@ -2066,7 +2066,7 @@ - - disable sdl_too_old - disable sdl --SDL_CONFIG="${cross_prefix}sdl-config" -+SDL_CONFIG="${SDL_CONFIG-${cross_prefix}sdl-config}" - if "${SDL_CONFIG}" --version > /dev/null 2>&1; then - sdl_cflags=`"${SDL_CONFIG}" --cflags` - temp_cflags $sdl_cflags |