Skip to content

Commit

Permalink
update libwebm to libwebm-1.0.0.31-10-g3b63004
Browse files Browse the repository at this point in the history
This fixes a build error seen in gcc 15:
3b63004 mkvparser/mkvparser.cc: add missing <cstdint> include

Bug: aomedia:357622679
Change-Id: I6c4a1795d189f9993d4f2c5c9f0375912bc58f0c
  • Loading branch information
jzern committed Aug 6, 2024
1 parent 428f310 commit bb95d36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion third_party/libwebm/README.libvpx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
URL: https://chromium.googlesource.com/webm/libwebm
Version: f4b07ec144e61d9089144e8d54b4ecda0219c562
Version: 3b630045052e1e4d563207ab9e3be8d137c26067
License: BSD
License File: LICENSE.TXT

Expand Down
4 changes: 2 additions & 2 deletions third_party/libwebm/mkvmuxer/mkvmuxerutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#ifndef MKVMUXER_MKVMUXERUTIL_H_
#define MKVMUXER_MKVMUXERUTIL_H_

#include "mkvmuxertypes.h"
#include <stdint.h>

#include "stdint.h"
#include "mkvmuxertypes.h"

namespace mkvmuxer {
class Cluster;
Expand Down
1 change: 1 addition & 0 deletions third_party/libwebm/mkvparser/mkvparser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <cfloat>
#include <climits>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <memory>
#include <new>
Expand Down

0 comments on commit bb95d36

Please sign in to comment.