changeset 31583:f8734eb6cdb7

Fix compilation after FFmpeg r24137.
author cehoyos
date Fri, 09 Jul 2010 12:13:51 +0000
parents b1797b109353
children cacadbc0384e
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jul 08 20:26:36 2010 +0000
+++ b/configure	Fri Jul 09 12:13:51 2010 +0000
@@ -7526,7 +7526,7 @@
 fi
 if test "$_xvid_lavc" = yes ; then
   def_xvid_lavc='#define CONFIG_LIBXVID 1'
-  libavencoders="$libavencoders LIBXVID_ENCODER"
+  libavencoders="$libavencoders LIBXVID"
 else
   _xvid_lavc=no
   def_xvid_lavc='#define CONFIG_LIBXVID 0'