1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Add common.h #include, necessary for av_const.

Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-28 08:50:10 +00:00
parent 81169111ef
commit b69201a82c

View File

@ -23,6 +23,7 @@
#include <stdint.h> #include <stdint.h>
#include <math.h> #include <math.h>
#include "common.h"
#include "rational.h" #include "rational.h"
#ifndef M_E #ifndef M_E