projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
da61e41
)
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
author
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Feb 2009 23:13:18 +0000
(23:13 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 2 Feb 2009 23:13:18 +0000
(23:13 +0000)
libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined
Originally committed as revision 16962 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/lzo.c
patch
|
blob
|
history
diff --git
a/libavutil/lzo.c
b/libavutil/lzo.c
index
02d7bbf
..
83fa9bf
100644
(file)
--- 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