[SCM] libav/experimental: Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:36:47 UTC 2013
The following commit has been merged in the experimental branch:
commit 0d08e27015fc33b974d1c62626a4415d4de0872b
Author: Diego Biurrun <diego at biurrun.de>
Date: Mon Feb 2 23:13:18 2009 +0000
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined
Originally committed as revision 16962 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavutil/lzo.c b/libavutil/lzo.c
index 02d7bbf..83fa9bf 100644
--- a/libavutil/lzo.c
+++ b/libavutil/lzo.c
@@ -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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list