diff configure @ 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 02e837b23337
children cb7da1894b00
line wrap: on
line diff
--- 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