- 20100424 snapshot - patch to build against older x264el8
parent
ad4c5ab0d0
commit
920155bf25
@ -1,2 +1,2 @@
|
||||
Blue-1.7.tar.bz2
|
||||
mplayer-export-2010-03-27.tar.bz2
|
||||
mplayer-export-2010-04-24.tar.bz2
|
||||
|
@ -0,0 +1,19 @@
|
||||
--- 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,11 +0,0 @@
|
||||
diff -up mplayer-export-2009-10-29/libmpdemux/demux_nemesi.c.qcelp mplayer-export-2009-10-29/libmpdemux/demux_nemesi.c
|
||||
--- mplayer-export-2009-10-29/libmpdemux/demux_nemesi.c.qcelp 2009-05-13 04:58:57.000000000 +0200
|
||||
+++ mplayer-export-2009-10-29/libmpdemux/demux_nemesi.c 2009-10-30 00:36:02.000000000 +0100
|
||||
@@ -42,6 +42,7 @@ MIMEto4CC supported_audio[NMS_MAX_FORMAT
|
||||
{"MPA", 0x55},
|
||||
{"vorbis", mmioFOURCC('v','r','b','s')},
|
||||
{"mpeg4-generic", mmioFOURCC('M','P','4','A')},
|
||||
+ {"x-Purevoice", mmioFOURCC('Q','c','l','p')},
|
||||
{NULL, 0},
|
||||
};
|
||||
|
@ -0,0 +1,12 @@
|
||||
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