[MPlayer-dev-eng] x264 encoding over lavc [PATCH]

Michael Niedermayer michaelni at gmx.at
Sat May 13 21:43:47 CEST 2006


Hi

$subj

... sending patch due to the imminent release (dont want to break
stuff with this probably not terribly critical change)

-- 
Michael

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1203
diff -u -r1.1203 configure
--- configure	13 May 2006 19:03:20 -0000	1.1203
+++ configure	13 May 2006 19:38:19 -0000
@@ -6486,11 +6486,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"
@@ -7490,6 +7492,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
 
@@ -7862,6 +7865,7 @@
 $_def_lavc_faac
 $_def_lavc_xvid
 $_def_lavc_mp3lame
+$_def_lavc_x264
 
 /* Use codec libs included in mplayer CVS / source dist: */
 $_def_mp3lib


More information about the MPlayer-dev-eng mailing list