summaryrefslogtreecommitdiff
path: root/package/ffmpeg/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 10:49:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 10:49:41 +0200
commite99d1f38b6afb63d16464452d8c65258cbdc66aa (patch)
treee5043b0f7d05b8c28d0093d92db6535c5ccbce09 /package/ffmpeg/patches
parent82949d243f9451a8495609995a8a71a2a153ac08 (diff)
update to latest stable version
Diffstat (limited to 'package/ffmpeg/patches')
-rw-r--r--package/ffmpeg/patches/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/ffmpeg/patches/patch-configure b/package/ffmpeg/patches/patch-configure
deleted file mode 100644
index a2b80f82c..000000000
--- a/package/ffmpeg/patches/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- ffmpeg-0.8.3.orig/configure 2011-09-07 15:34:40.000000000 +0200
-+++ ffmpeg-0.8.3/configure 2011-09-16 05:19:35.928726043 +0200
-@@ -2947,7 +2947,7 @@ enabled libxavs && require libxavs x
- enabled libxvid && require libxvid xvid.h xvid_global -lxvidcore
- enabled mlib && require mediaLib mlib_types.h mlib_VectorSub_S16_U8_Mod -lmlib
-
--SDL_CONFIG="${cross_prefix}sdl-config"
-+SDL_CONFIG="${sysroot}/usr/bin/sdl-config"
- if check_pkg_config sdl SDL_version.h SDL_Linked_Version; then
- check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
- enable sdl &&