Mercurial > mplayer.hg
diff configure @ 14994:f5a8c71d94cf
Fix shared libpostproc installation.
based on a patch by Rene Rebe <rene at exactcode dot de>
author | diego |
---|---|
date | Wed, 23 Mar 2005 10:07:00 +0000 |
parents | 4f43e3452b36 |
children | f48dc20c9185 |
line wrap: on
line diff
--- a/configure Wed Mar 23 07:53:37 2005 +0000 +++ b/configure Wed Mar 23 10:07:00 2005 +0000 @@ -6672,6 +6672,8 @@ MANDIR = \$(DESTDIR)$_mandir CONFDIR = \$(DESTDIR)$_confdir LIBDIR = \$(DESTDIR)$_libdir +# FFmpeg uses libdir instead of LIBDIR +libdir = \$(LIBDIR) #AR = ar CC = $_cc HOST_CC = $_host_cc