changeset 646:8e5654be3500 libavutil

Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined
author diego
date Mon, 02 Feb 2009 23:13:18 +0000
parents f3b483388805
children 67fb0b442dd2
files lzo.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lzo.c	Mon Feb 02 20:42:06 2009 +0000
+++ b/lzo.c	Mon Feb 02 23:13:18 2009 +0000
@@ -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