- updated to latest SVN snapshot - dropped obsolete patches - installed aconvert.sh to bindir - fixed zh_CN manpage installationel8
parent
9a883b7c8a
commit
c18f2bef03
@ -1,2 +1,2 @@
|
||||
Blue-1.7.tar.bz2
|
||||
mplayer-export-2008-06-13.tar.bz2
|
||||
mplayer-export-2008-08-18.tar.bz2
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -up mplayer-export-2008-08-18/configure.man-zh_CN mplayer-export-2008-08-18/configure
|
||||
--- mplayer-export-2008-08-18/configure.man-zh_CN 2008-08-18 22:53:34.000000000 +0200
|
||||
+++ mplayer-export-2008-08-18/configure 2008-08-18 23:33:58.000000000 +0200
|
||||
@@ -185,7 +185,7 @@ case `echo -n` in
|
||||
esac
|
||||
|
||||
msg_lang_all=`echo help/help_mp-??.h help/help_mp-??_??.h | sed -e "s:help/help_mp-\(..\).h:\1:g" -e "s:help/help_mp-\(.....\).h:\1:g"`
|
||||
-man_lang_all=`echo DOCS/man/??/mplayer.1 | sed -e "s:DOCS/man/\(..\)/mplayer.1:\1:g"`
|
||||
+man_lang_all=`echo DOCS/man/??/mplayer.1 DOCS/man/??_??/mplayer.1 | sed -e "s:DOCS/man/\(..\)/mplayer.1:\1:g" -e "s:DOCS/man/\(.._..\)/mplayer.1:\1:g"`
|
||||
doc_lang_all=`echo DOCS/xml/??/ DOCS/xml/??_??/ | sed -e "s:DOCS/xml/\(..\)/:\1:g" -e "s:DOCS/xml/\(.._..\)/:\1:g"`
|
||||
|
||||
show_help(){
|
@ -1,12 +0,0 @@
|
||||
Index: libmpdemux/demux_rtp_codec.cpp
|
||||
===================================================================
|
||||
--- libmpdemux/demux_rtp_codec.cpp (revision 27448)
|
||||
+++ libmpdemux/demux_rtp_codec.cpp (revision 27449)
|
||||
@@ -198,6 +198,7 @@
|
||||
sh_audio->wf = wf;
|
||||
demux_stream_t* d_audio = demuxer->audio;
|
||||
d_audio->sh = sh_audio; sh_audio->ds = d_audio;
|
||||
+ d_audio->id = sh_audio->aid;
|
||||
|
||||
wf->nChannels = subsession->numChannels();
|
||||
|
Loading…
Reference in new issue