Did vlc remove lib and other sdk files and folders from vlc installation?
Asked Answered
D

1

2

I downloaded and installed latest VLC version 2.2.1 and i noticed i can't access VLC header files in Visual Studio Project. So i quickly looked inside VLC installation directory and i found that neither include files exist nor lib files exist.

So now how can i use libvlc in my project any workaround?

I can't find any lib files and header files in vlc installation folder. I use Visual Studio 2013, Windows 10.

Dravidian answered 1/11, 2015 at 20:49 Comment(0)
D
1

VLC binary installers for Windows do not include the LibVLC SDK. It would be a waste of bandwidth and space for most users. You can find the SDK files, i.e. development headers and import libraries, from the plain VLC 7zip/ZIP packages in the sdk directory. Alternatively, you can build VLC from source.

For downloading VLC 7zip/ZIP packages, visit THIS link, choose your required VLC version, choose platform i.e. win32 or win64, and click on vlc-version-win32/win64.7z or vlc-version-win32/win64.zip

Dravidian answered 2/11, 2015 at 7:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.