diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:02:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:02:36 +0100 |
commit | 77bdac14df2e20b290cdd4bcad0ecb0e1fc446be (patch) | |
tree | b65fd6e8be5c5c51e56265f8a6519c247c8f9576 /package/ffmpeg/patches | |
parent | 6d9c9a3eed574c29368efb644e76fadd5c2a9fd5 (diff) |
fix build on Cygwin
Diffstat (limited to 'package/ffmpeg/patches')
-rw-r--r-- | package/ffmpeg/patches/patch-configure | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/ffmpeg/patches/patch-configure b/package/ffmpeg/patches/patch-configure index d23a61e52..5ff0e14c8 100644 --- a/package/ffmpeg/patches/patch-configure +++ b/package/ffmpeg/patches/patch-configure @@ -1,5 +1,14 @@ --- ffmpeg-0.5.orig/configure 2009-03-01 18:57:14.000000000 +0100 -+++ ffmpeg-0.5/configure 2009-06-12 23:27:05.000000000 +0200 ++++ ffmpeg-0.5/configure 2010-01-06 20:34:48.343750000 +0100 +@@ -1167,7 +1167,7 @@ arch=`uname -m` + cpu="generic" + + # OS +-target_os=$(tolower $(uname -s)) ++target_os=linux + + # configurable options + enable debug @@ -2486,51 +2486,6 @@ cmp -s $TMPH config.h && rm -f $TMPC $TMPE $TMPH $TMPO $TMPS $TMPSH |