shshankjain / webm

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

gcc libs link error into visual studio project #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like the option of linking gcc built libvpx into a visual studio project.
A test program (Tom has it)
cl -I c:\on2\libvpx\vpx\ hello.cpp c:\usr\local\lib\libvpx.a

only has a minor link issue
libvpx.a(onyxd_if.c.o) : error LNK2019: unresolved external symbol 
_gettimeofday referenced in function _vp8dx_receive_compressed_data
libvpx.a(threading.c.o) : error LNK2001: unresolved external symbol 
_gettimeofday

Can you remove those from the library and put them into ivfdec if you need 
timing, or provide a configure option to remove them?

Original issue reported on code.google.com by fbarch...@chromium.org on 22 Jul 2010 at 10:31

GoogleCodeExporter commented 9 years ago

Original comment by tomfine...@google.com on 22 Jul 2010 at 10:32

GoogleCodeExporter commented 9 years ago
https://review.webmproject.org/492

Original comment by jkoles...@google.com on 2 Sep 2010 at 4:05

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 3eeedae1bc3b.

Original comment by jz...@google.com on 10 May 2013 at 7:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 31f346fe0c1e.

Original comment by jz...@google.com on 12 Jun 2013 at 9:01