- 20100429 snapshot - drop unnecessary patchesel8
parent
920155bf25
commit
63b2011624
@ -1,2 +1,2 @@
|
||||
Blue-1.7.tar.bz2
|
||||
mplayer-export-2010-04-24.tar.bz2
|
||||
mplayer-export-2010-04-29.tar.bz2
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- mplayer.orig/configure
|
||||
+++ mplayer/configure
|
||||
@@ -3041,7 +3041,7 @@
|
||||
fi
|
||||
echores "$_posix4"
|
||||
|
||||
-for func in exp2 exp2f llrint log2 log2f lrint lrintf round roundf truncf; do
|
||||
+for func in exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf truncf; do
|
||||
echocheck $func
|
||||
cat > $TMPC << EOF
|
||||
#include <math.h>
|
||||
@@ -9167,6 +9167,7 @@
|
||||
$def_hardcoded_tables
|
||||
$def_libavcodec_mpegaudio_hp
|
||||
$def_llrint
|
||||
+$def_llrintf
|
||||
$def_local_aligned_8
|
||||
$def_local_aligned_16
|
||||
$def_log2
|
@ -1,12 +0,0 @@
|
||||
diff -up mplayer-export-2010-04-24/configure.x264 mplayer-export-2010-04-24/configure
|
||||
--- mplayer-export-2010-04-24/configure.x264 2010-04-24 19:00:26.000000000 +0200
|
||||
+++ mplayer-export-2010-04-24/configure 2010-04-24 19:00:26.000000000 +0200
|
||||
@@ -7482,7 +7482,7 @@ if test "$_x264" = auto ; then
|
||||
cat > $TMPC << EOF
|
||||
#include <inttypes.h>
|
||||
#include <x264.h>
|
||||
-#if X264_BUILD < 89
|
||||
+#if X264_BUILD < 83
|
||||
#error We do not support old versions of x264. Get the latest from git.
|
||||
#endif
|
||||
int main(void) { x264_encoder_open((void*)0); return 0; }
|
Loading…
Reference in new issue