# HG changeset patch # User cehoyos # Date 1348180266 0 # Node ID 5da21e79c7f2c4142a960cd441fe30a532d4fd71 # Parent 006375b8c072bd186dc15d1fd03137748eea1b13 Fix compilation with current FFmpeg. diff -r 006375b8c072 -r 5da21e79c7f2 configure --- a/configure Wed Sep 19 19:34:08 2012 +0000 +++ b/configure Thu Sep 20 22:31:06 2012 +0000 @@ -8120,6 +8120,8 @@ CONFDIR = \$(DESTDIR)$_confdir AR = $_ar +ARFLAGS = rc +AR_O = $@ AS = $_cc CC = $_cc CXX = $_cc