Mercurial > mplayer.hg
changeset 18687:86020c65b1d5
add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)
author | gpoirier |
---|---|
date | Mon, 12 Jun 2006 21:24:43 +0000 |
parents | 05531597314e |
children | a109f55ad8d8 |
files | ChangeLog configure |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jun 12 16:25:05 2006 +0000 +++ b/ChangeLog Mon Jun 12 21:24:43 2006 +0000 @@ -1,5 +1,11 @@ MPlayer (1.0) + rc1: + + MEncoder: + * support of x264 encoding over lavc + + pre8: "NeuTeam strikes back" June 11, 2006 Security:
--- a/configure Mon Jun 12 16:25:05 2006 +0000 +++ b/configure Mon Jun 12 21:24:43 2006 +0000 @@ -6543,11 +6543,13 @@ if test "$_x264" = yes ; then _x264=yes _def_x264='#define HAVE_X264 1' + _def_lavc_x264='#define CONFIG_X264 1' _codecmodules="x264 $_codecmodules" else _x264=no _ld_x264='' _def_x264='#undef HAVE_X264' + _def_lavc_x264='#undef CONFIG_X264' _nocodecmodules="x264 $_nocodecmodules" fi echores "$_x264" @@ -7548,6 +7550,7 @@ `echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'` CONFIG_FAAC=$_faac CONFIG_XVID=$_lavc_xvid +CONFIG_X264=$_x264 CONFIG_GPL=yes CONFIG_MUXERS=yes @@ -7922,6 +7925,7 @@ $_def_lavc_faac $_def_lavc_xvid $_def_lavc_mp3lame +$_def_lavc_x264 /* Use codec libs included in mplayer CVS / source dist: */ $_def_mp3lib