]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 2 Feb 2009 23:13:18 +0000 (23:13 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 2 Feb 2009 23:13:18 +0000 (23:13 +0000)
libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16962 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavutil/lzo.c

index 02d7bbfb0bde3e68b764a16051e9426047a594ff..83fa9bfbaf40167db783e54f0d6595f55c75f4f0 100644 (file)
@@ -18,6 +18,8 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "avutil.h"
 #include "common.h"
 //! Avoid e.g. MPlayers fast_memcpy, it slows things down here.
 #undef memcpy