Browse code

Add #include for required header config.h.

Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/11/12 08:46:11
Showing 1 changed files
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "config.h"
22 23
 #include <math.h>
23 24
 #include <limits.h>
24 25
 #include "libavutil/avstring.h"