ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Headers stdint.h, inttypes.h, etc are not installed with the SDK. #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
GStreamer SDK installs FFmpeg headers and development libraries (libav*), which 
suggests that one can also develop applications, using libav* API directly.

However, all libav* headers include stdint.h, which is not installed (along 
with other headers, missing in Visual Studio, but needed for FFmpeg), and 
therefore, it's impossible to use libav* API.

Original issue reported on code.google.com by wl2776@gmail.com on 7 Sep 2010 at 9:00

GoogleCodeExporter commented 9 years ago
Please help us identify what those headers are. Are there any missing besides 
the ones in <OSSBuild>\Shared\MSVC\Include\?

Original comment by david.g.hoyt on 24 Sep 2010 at 11:30

GoogleCodeExporter commented 9 years ago
The MSVC headers have been added as of r843.

Original comment by david.g.hoyt on 25 Sep 2010 at 12:32

GoogleCodeExporter commented 9 years ago
> Are there any missing besides the ones in <OSSBuild>\Shared\MSVC\Include\?
I needed only those in <OSSBuild>\Shared\MSVC\Include\

Original comment by wl2776@gmail.com on 27 Sep 2010 at 9:56

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by david.g.hoyt on 27 Sep 2010 at 4:04