Commit 2530e15a authored by diego's avatar diego

Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:

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
parent 0642499c
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* License along with FFmpeg; if not, write to the Free Software * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "avutil.h"
#include "common.h" #include "common.h"
//! Avoid e.g. MPlayers fast_memcpy, it slows things down here. //! Avoid e.g. MPlayers fast_memcpy, it slows things down here.
#undef memcpy #undef memcpy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment