shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

unable to compile libwebm on linux due to __int64 #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Kubuntu 10.04 amd64

When I try to compile the file mkvparser.cpp it ends with the following error.

mkvparser.cpp:2821: error: ‘__int64’ does not name a type

If I change line 2821 from

__int64 Cluster::GetFirstTime()

to the following then it compiles successfully.

long long Cluster::GetFirstTime()

Original issue reported on code.google.com by ad...@softwareblaze.com on 10 Sep 2010 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by matthewj...@google.com on 10 Sep 2010 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:10